Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h109 SectionAddrMap SectionAddress; variable
148 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()
151 return SectionAddress.lookup(Sec); in getSectionAddress()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1794 auto SectionAddress = std::upper_bound( in disassembleObject() local
1800 if (SectionAddress != SectionAddresses.begin()) { in disassembleObject()
1801 --SectionAddress; in disassembleObject()
1802 TargetSectionSymbols = &AllSymbols[SectionAddress->second]; in disassembleObject()
H A DMachODump.cpp7125 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
7126 Start -= SectionAddress; in DisassembleMachO()
7148 NextSym -= SectionAddress; in DisassembleMachO()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMachObjectWriter.cpp631 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()