| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 172 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 388 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 85 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() 865 uint64_t Address = getSectionAddress(&Sec); in writeObject() 900 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject() 904 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags, in writeObject()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFLinkGraphBuilder.cpp | 62 COFFLinkGraphBuilder::getSectionAddress(const object::COFFObjectFile &Obj, in getSectionAddress() function in llvm::jitlink::COFFLinkGraphBuilder 164 orc::ExecutorAddr(getSectionAddress(Obj, *Sec)), in graphifySections() 180 *GraphSec, CharData, orc::ExecutorAddr(getSectionAddress(Obj, *Sec)), in graphifySections()
|
| H A D | COFFLinkGraphBuilder.h | 158 static uint64_t getSectionAddress(const object::COFFObjectFile &Obj,
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldImpl.h | 475 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function 501 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 264 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0; 465 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
|
| H A D | Wasm.h | 179 uint64_t getSectionAddress(DataRefImpl Sec) const override;
|
| H A D | ELFObjectFile.h | 292 uint64_t getSectionAddress(DataRefImpl Sec) const override; 838 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function
|
| H A D | XCOFFObjectFile.h | 590 uint64_t getSectionAddress(DataRefImpl Sec) const override;
|
| H A D | MachO.h | 443 uint64_t getSectionAddress(DataRefImpl Sec) const override;
|
| H A D | COFF.h | 944 uint64_t getSectionAddress(DataRefImpl Sec) const override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCMachObjectWriter.h | 154 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 370 uint64_t XCOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in llvm::object::XCOFFObjectFile
|
| H A D | COFFObjectFile.cpp | 275 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress() function in COFFObjectFile
|
| H A D | WasmObjectFile.cpp | 1719 uint64_t WasmObjectFile::getSectionAddress(DataRefImpl Sec) const { return 0; } in getSectionAddress() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 1934 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in MachOObjectFile
|