Home
last modified time | relevance | path

Searched refs:region_frag (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
DFragmentRef.cpp126 RegionFragment* region_frag = static_cast<RegionFragment*>(m_pFragment); in memcpy() local
127 unsigned int total_length = region_frag->getRegion().size(); in memcpy()
132 pDest, region_frag->getRegion().begin() + total_offset, pNBytes); in memcpy()
/frameworks/compile/mclinker/lib/Target/
DELFAttribute.cpp53 const RegionFragment& region_frag = in merge() local
56 llvm::StringRef region = region_frag.getRegion(); in merge()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp657 const RegionFragment& region_frag = in emitSectionData() local
659 const char* from = region_frag.getRegion().begin(); in emitSectionData()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp428 const RegionFragment& region_frag = in emitSectionData() local
430 const char* start = region_frag.getRegion().begin(); in emitSectionData()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp195 const RegionFragment& region_frag = in emitSectionData() local
197 const char* start = region_frag.getRegion().begin(); in emitSectionData()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp298 const RegionFragment& region_frag = in emitSectionData() local
300 const char* start = region_frag.getRegion().begin(); in emitSectionData()