HomeSort by relevance Sort by last modified time
    Searched refs:region_frag (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 134 RegionFragment* region_frag = static_cast<RegionFragment*>(m_pFragment); local
135 unsigned int total_length = region_frag->getRegion().size();
139 std::memcpy(pDest, region_frag->getRegion().begin() + total_offset, pNBytes);
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 55 const RegionFragment& region_frag = local
58 llvm::StringRef region = region_frag.getRegion();
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 676 const RegionFragment& region_frag = llvm::cast<RegionFragment>(*fragIter); local
677 const char* from = region_frag.getRegion().begin();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 374 const RegionFragment& region_frag = local
376 const char* start = region_frag.getRegion().begin();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 205 const RegionFragment& region_frag = local
207 const char* start = region_frag.getRegion().begin();
    [all...]

Completed in 115 milliseconds