| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 162 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordARMScatteredHalfRelocation() 176 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordARMScatteredHalfRelocation() 267 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordARMScatteredRelocation() 284 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordARMScatteredRelocation() 347 Value += Writer->getSectionAddress(&S.getSection()); in requiresExternRelocation() 348 Value -= Writer->getSectionAddress(Fragment.getParent()); in requiresExternRelocation() 445 FixedValue += Writer->getSectionAddress(&Sec); in recordRelocation() 448 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in recordRelocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 367 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordScatteredRelocation() 387 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordScatteredRelocation() 561 FixedValue += Writer->getSectionAddress(&Sec); in RecordX86Relocation() 564 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 90 return getSectionAddress(Fragment->getParent()) + in getFragmentAddress() 122 return getSectionAddress(S.getFragment()->getParent()) + in getSymbolAddress() 128 uint64_t EndAddr = getSectionAddress(Sec) + Asm.getSectionAddressSize(*Sec); in getPaddingSize() 879 uint64_t Address = getSectionAddress(&Sec); in writeObject() 914 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject() 930 writeSection(Asm, Sec, getSectionAddress(&Sec), SectionStart, Flags, in writeObject()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFLinkGraphBuilder.cpp | 56 COFFLinkGraphBuilder::getSectionAddress(const object::COFFObjectFile &Obj, in getSectionAddress() function in llvm::jitlink::COFFLinkGraphBuilder 168 orc::ExecutorAddr(getSectionAddress(Obj, *Sec)), in graphifySections() 184 *GraphSec, CharData, orc::ExecutorAddr(getSectionAddress(Obj, *Sec)), in graphifySections()
|
| H A D | COFFLinkGraphBuilder.h | 166 static uint64_t getSectionAddress(const object::COFFObjectFile &Obj,
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldImpl.h | 486 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function 512 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFFObjectFile.h | 95 uint64_t getSectionAddress(DataRefImpl Sec) const override;
|
| H A D | ObjectFile.h | 266 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0; 523 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
|
| H A D | Wasm.h | 188 uint64_t getSectionAddress(DataRefImpl Sec) const override;
|
| H A D | ELFObjectFile.h | 324 uint64_t getSectionAddress(DataRefImpl Sec) const override; 907 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function
|
| H A D | MachO.h | 449 uint64_t getSectionAddress(DataRefImpl Sec) const override;
|
| H A D | XCOFFObjectFile.h | 611 uint64_t getSectionAddress(DataRefImpl Sec) const override;
|
| H A D | COFF.h | 1058 uint64_t getSectionAddress(DataRefImpl Sec) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOI386.h | 220 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID); in populateJumpTable()
|
| H A D | RuntimeDyldELFMips.cpp | 154 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCMachObjectWriter.h | 203 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | GOFFObjectFile.cpp | 442 uint64_t GOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in GOFFObjectFile
|
| H A D | WasmObjectFile.cpp | 1853 uint32_t SectionAddress = getSectionAddress(Sec.get()->getRawDataRefImpl()); in getSymbolAddress() 1996 uint64_t WasmObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in WasmObjectFile
|
| H A D | XCOFFObjectFile.cpp | 381 uint64_t XCOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in llvm::object::XCOFFObjectFile
|
| H A D | COFFObjectFile.cpp | 274 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress() function in COFFObjectFile
|
| H A D | MachOObjectFile.cpp | 1942 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in MachOObjectFile
|