HomeSort by relevance Sort by last modified time
    Searched defs:SectionAddress (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 119 SectionAddrMap SectionAddress;
121 SectionAddrMap &getSectionAddressMap() { return SectionAddress; }
124 return SectionAddress.lookup(SD);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 392 uint64_t RelocOffset, SectionAddress;
394 Sections[SectIdx].getAddress(SectionAddress);
395 RelocOffset -= SectionAddress;

Completed in 480 milliseconds