Home
last modified time | relevance | path

Searched refs:getSectionAddress (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp162 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordARMScatteredHalfRelocation()
178 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordARMScatteredHalfRelocation()
270 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordARMScatteredRelocation()
288 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordARMScatteredRelocation()
351 Value += Writer->getSectionAddress(&S.getSection()); in requiresExternRelocation()
352 Value -= Writer->getSectionAddress(Fragment.getParent()); in requiresExternRelocation()
443 FixedValue += Writer->getSectionAddress(&Sec); in recordRelocation()
446 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp377 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordScatteredRelocation()
400 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordScatteredRelocation()
572 FixedValue += Writer->getSectionAddress(&Sec); in RecordX86Relocation()
575 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp96 return getSectionAddress(Fragment->getParent()) + in getFragmentAddress()
129 return getSectionAddress(S.getFragment()->getParent()) + in getSymbolAddress()
135 uint64_t EndAddr = getSectionAddress(Sec) + Asm.getSectionAddressSize(*Sec); in getPaddingSize()
874 uint64_t Address = getSectionAddress(&Sec); in writeObject()
909 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject()
925 writeSection(Asm, Sec, getSectionAddress(&Sec), SectionStart, Flags, in writeObject()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp62 COFFLinkGraphBuilder::getSectionAddress(const object::COFFObjectFile &Obj, in getSectionAddress()
174 orc::ExecutorAddr(getSectionAddress(Obj, *Sec)), in graphifySections()
190 *GraphSec, CharData, orc::ExecutorAddr(getSectionAddress(Obj, *Sec)), in graphifySections()
61 COFFLinkGraphBuilder::getSectionAddress(const object::COFFObjectFile &Obj, getSectionAddress() function in llvm::jitlink::COFFLinkGraphBuilder
H A DCOFFLinkGraphBuilder.h158 static uint64_t getSectionAddress(const object::COFFObjectFile &Obj,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h481 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function
507 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h94 uint64_t getSectionAddress(DataRefImpl Sec) const override;
H A DObjectFile.h265 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0;
522 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
H A DWasm.h187 uint64_t getSectionAddress(DataRefImpl Sec) const override;
H A DELFObjectFile.h321 uint64_t getSectionAddress(DataRefImpl Sec) const override;
901 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function
H A DXCOFFObjectFile.h604 uint64_t getSectionAddress(DataRefImpl Sec) const override;
H A DMachO.h444 uint64_t getSectionAddress(DataRefImpl Sec) const override;
H A DCOFF.h1004 uint64_t getSectionAddress(DataRefImpl Sec) const override;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h220 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID); in populateJumpTable()
H A DRuntimeDyldELFMips.cpp154 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h209 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp442 uint64_t GOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in GOFFObjectFile
H A DWasmObjectFile.cpp1832 uint32_t SectionAddress = getSectionAddress(Sec.get()->getRawDataRefImpl()); in getSymbolAddress()
1975 uint64_t WasmObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in WasmObjectFile
H A DXCOFFObjectFile.cpp380 uint64_t XCOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp274 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress() function in COFFObjectFile
H A DMachOObjectFile.cpp1941 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in MachOObjectFile