| /freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 173 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredHalfRelocation() 189 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredHalfRelocation() 286 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredRelocation() 304 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredRelocation() 367 Value += Writer->getSectionAddress(&S.getSection()); in requiresExternRelocation() 368 Value -= Writer->getSectionAddress(Fragment.getParent()); in requiresExternRelocation() 461 FixedValue += Writer->getSectionAddress(&Sec); in recordRelocation() 464 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in recordRelocation()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMachObjectWriter.cpp | 214 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordScatteredRelocation() 227 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordScatteredRelocation() 365 FixedValue += Writer->getSectionAddress(&Sec); in RecordPPCRelocation() 368 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordPPCRelocation()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 390 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordScatteredRelocation() 413 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordScatteredRelocation() 585 FixedValue += Writer->getSectionAddress(&Sec); in RecordX86Relocation() 588 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 82 return getSectionAddress(Fragment->getParent()) + in getFragmentAddress() 115 return getSectionAddress(S.getFragment()->getParent()) + in getSymbolAddress() 121 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize() 804 uint64_t Address = getSectionAddress(&Sec); in writeObject() 838 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject() 842 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags, in writeObject()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 239 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0; 419 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
|
| H A D | Wasm.h | 174 uint64_t getSectionAddress(DataRefImpl Sec) const override;
|
| H A D | ELFObjectFile.h | 252 uint64_t getSectionAddress(DataRefImpl Sec) const override; 667 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function
|
| H A D | MachO.h | 301 uint64_t getSectionAddress(DataRefImpl Sec) const override;
|
| H A D | COFF.h | 903 uint64_t getSectionAddress(DataRefImpl Sec) const override;
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldImpl.h | 326 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function 502 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
|
| H A D | RuntimeDyldChecker.cpp | 895 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCMachObjectWriter.h | 150 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOI386.h | 219 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID); in populateJumpTable()
|
| H A D | RuntimeDyldELFMips.cpp | 155 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 279 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress() function in COFFObjectFile
|
| H A D | WasmObjectFile.cpp | 1312 uint64_t WasmObjectFile::getSectionAddress(DataRefImpl Sec) const { return 0; } in getSectionAddress() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 1871 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in MachOObjectFile
|