Searched refs:stub_frag (Results 1 – 2 of 2) sorted by relevance
136 Stub* stub_frag = static_cast<Stub*>(m_pFragment); in memcpy() local137 unsigned int total_length = stub_frag->size(); in memcpy()140 std::memcpy(pDest, stub_frag->getContent() + total_offset, pNBytes); in memcpy()
696 const Stub& stub_frag = llvm::cast<Stub>(*fragIter); in emitSectionData() local697 memcpy(pRegion.begin() + cur_offset, stub_frag.getContent(), size); in emitSectionData()