Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h145 DenseMap<const MCSection *, uint64_t> SectionAddress; variable
204 return SectionAddress.lookup(Sec); in getSectionAddress()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp260 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local
300 SectionAddress + (uint32_t)RI.r_address; in addRelocations()
361 SectionAddress + (uint32_t)RI.r_address; in addRelocations()
H A DMachO_x86_64.cpp235 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local
270 auto FixupAddress = SectionAddress + (uint32_t)RI.r_address; in addRelocations()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp395 uint64_t SectionAddress = (*SectionOrErr).first; in createInstructions() local
411 uint64_t Offset = Address - SectionAddress; in createInstructions()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp48 SectionAddress.clear(); in reset()
700 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1853 uint32_t SectionAddress = getSectionAddress(Sec.get()->getRawDataRefImpl()); in getSymbolAddress() local
1857 SectionAddress; in getSymbolAddress()
1861 return getDefinedGlobal(Sym.Info.ElementIndex).Offset + SectionAddress; in getSymbolAddress()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7540 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
7541 Start -= SectionAddress; in DisassembleMachO()
7561 NextSym -= SectionAddress; in DisassembleMachO()