Searched refs:region_frag (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DFragmentRef.cpp102 RegionFragment* region_frag = static_cast<RegionFragment*>(m_pFragment); local
103 unsigned int total_length = region_frag->getRegion().size();
107 std::memcpy(pDest, region_frag->getRegion().getBuffer(total_offset), pNBytes);
H A DELFWriter.cpp411 const RegionFragment& region_frag = llvm::cast<RegionFragment>(*fragIter); local
412 const uint8_t* from = region_frag.getRegion().start();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp779 const RegionFragment& region_frag = local
781 const uint8_t* start = region_frag.getRegion().start();

Completed in 40 milliseconds