Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp172 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
188 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
285 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredRelocation()
303 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredRelocation()
366 Value += Writer->getSectionAddress(&S.getSection()); in requiresExternRelocation()
367 Value -= Writer->getSectionAddress(Fragment.getParent()); in requiresExternRelocation()
460 FixedValue += Writer->getSectionAddress(&Sec); in recordRelocation()
463 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in recordRelocation()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp388 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordScatteredRelocation()
411 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordScatteredRelocation()
586 FixedValue += Writer->getSectionAddress(&Sec); in RecordX86Relocation()
589 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMachObjectWriter.cpp85 return getSectionAddress(Fragment->getParent()) + in getFragmentAddress()
118 return getSectionAddress(S.getFragment()->getParent()) + in getSymbolAddress()
124 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize()
864 uint64_t Address = getSectionAddress(&Sec); in writeObject()
899 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject()
903 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags, in writeObject()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp62 COFFLinkGraphBuilder::getSectionAddress(const object::COFFObjectFile &Obj, in getSectionAddress() function in llvm::jitlink::COFFLinkGraphBuilder
166 orc::ExecutorAddr(getSectionAddress(Obj, *Sec)), in graphifySections()
177 orc::ExecutorAddr(getSectionAddress(Obj, *Sec)), in graphifySections()
H A DCOFFLinkGraphBuilder.h148 static uint64_t getSectionAddress(const object::COFFObjectFile &Obj,
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h471 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function
497 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h264 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0;
461 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
H A DWasm.h179 uint64_t getSectionAddress(DataRefImpl Sec) const override;
H A DELFObjectFile.h291 uint64_t getSectionAddress(DataRefImpl Sec) const override;
834 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function
H A DXCOFFObjectFile.h512 uint64_t getSectionAddress(DataRefImpl Sec) const override;
H A DMachO.h418 uint64_t getSectionAddress(DataRefImpl Sec) const override;
H A DCOFF.h951 uint64_t getSectionAddress(DataRefImpl Sec) const override;
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h154 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp339 uint64_t XCOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp275 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress() function in COFFObjectFile
H A DWasmObjectFile.cpp1727 uint64_t WasmObjectFile::getSectionAddress(DataRefImpl Sec) const { return 0; } in getSectionAddress() function in WasmObjectFile
H A DMachOObjectFile.cpp1925 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in MachOObjectFile