Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h144 SectionAddrMap SectionAddress; variable
206 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()
210 return SectionAddress.lookup(Sec); in getSectionAddress()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp240 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local
280 SectionAddress + (uint32_t)RI.r_address; in addRelocations()
341 SectionAddress + (uint32_t)RI.r_address; in addRelocations()
H A DMachO_x86_64.cpp231 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local
266 auto FixupAddress = SectionAddress + (uint32_t)RI.r_address; in addRelocations()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp419 uint64_t SectionAddress = (*SectionOrErr).first; in createInstructions() local
435 uint64_t Offset = Address - SectionAddress; in createInstructions()
/src/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp52 SectionAddress.clear(); in reset()
697 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
/src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1832 uint32_t SectionAddress = getSectionAddress(Sec.get()->getRawDataRefImpl()); in getSymbolAddress() local
1836 SectionAddress; in getSymbolAddress()
1840 return getDefinedGlobal(Sym.Info.ElementIndex).Offset + SectionAddress; in getSymbolAddress()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7532 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
7533 Start -= SectionAddress; in DisassembleMachO()
7553 NextSym -= SectionAddress; in DisassembleMachO()