Searched refs:SectionAddress (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h101 SectionAddrMap SectionAddress; member in class:llvm::MachObjectWriter
135 SectionAddrMap &getSectionAddressMap() { return SectionAddress; }
138 return SectionAddress.lookup(Sec);
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1085 auto SectionAddress = std::upper_bound(
1091 if (SectionAddress != SectionAddresses.begin()) {
1092 --SectionAddress;
1093 TargetSectionSymbols = &AllSymbols[SectionAddress->second];
H A DMachODump.cpp6143 uint64_t SectionAddress = Sections[SectIdx].getAddress(); local
6144 Start -= SectionAddress;
6157 NextSym -= SectionAddress;
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp610 SectionAddress[Sec] = StartAddress;

Completed in 502 milliseconds