Searched refs:getSectionAddress (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp172 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent());
188 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
285 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent());
303 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
366 Value += Writer->getSectionAddress(&S.getSection());
367 Value -= Writer->getSectionAddress(Fragment.getParent());
460 FixedValue += Writer->getSectionAddress(&Sec);
463 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp213 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent());
226 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
364 FixedValue += Writer->getSectionAddress(&Sec);
367 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp388 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent());
411 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
583 FixedValue += Writer->getSectionAddress(&Sec);
586 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp83 return getSectionAddress(Fragment->getParent()) +
116 return getSectionAddress(S.getFragment()->getParent()) +
122 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec);
820 uint64_t Address = getSectionAddress(&Sec);
855 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec);
859 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h483 uint8_t *getSectionAddress(unsigned SectionID) const { function in class:llvm::RuntimeDyldImpl
502 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h151 uint64_t getSectionAddress(const MCSection *Sec) const { function in class:llvm::MachObjectWriter
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h259 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0;
439 return OwningObject->getSectionAddress(SectionPimpl);
H A DXCOFFObjectFile.h265 uint64_t getSectionAddress(DataRefImpl Sec) const override;
H A DWasm.h175 uint64_t getSectionAddress(DataRefImpl Sec) const override;
H A DELFObjectFile.h275 uint64_t getSectionAddress(DataRefImpl Sec) const override;
702 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DMachO.h297 uint64_t getSectionAddress(DataRefImpl Sec) const override;
H A DCOFF.h904 uint64_t getSectionAddress(DataRefImpl Sec) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h221 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID);
H A DRuntimeDyldELFMips.cpp154 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp239 uint64_t XCOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { function in class:llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp277 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { function in class:COFFObjectFile
H A DWasmObjectFile.cpp1419 uint64_t WasmObjectFile::getSectionAddress(DataRefImpl Sec) const { return 0; } function in class:WasmObjectFile
H A DMachOObjectFile.cpp1913 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { function in class:MachOObjectFile

Completed in 311 milliseconds