Home
last modified time | relevance | path

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

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