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

  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 133 SectionAddrMap SectionAddress;
135 SectionAddrMap &getSectionAddressMap() { return SectionAddress; }
138 return SectionAddress.lookup(SD);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 367 uint64_t RelocOffset, SectionAddress;
369 Sections[SectIdx].getAddress(SectionAddress);
370 RelocOffset -= SectionAddress;
396 uint64_t SectionAddress = 0;
398 Sections[SectIdx].getAddress(SectionAddress);
400 Start -= SectionAddress;
414 NextSym -= SectionAddress;
  /external/llvm/lib/MC/
MachObjectWriter.cpp 593 SectionAddress[SD] = StartAddress;
    [all...]

Completed in 264 milliseconds