Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMachObjectWriter.cpp160 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
174 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
260 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredRelocation()
276 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredRelocation()
331 Value += Writer->getSectionAddress(&S.getSection()); in requiresExternRelocation()
332 Value -= Writer->getSectionAddress(Fragment.getParent()); in requiresExternRelocation()
422 FixedValue += Writer->getSectionAddress(&Sec); in recordRelocation()
425 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in recordRelocation()
/NextBSD/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMachObjectWriter.cpp214 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()
/NextBSD/contrib/llvm/lib/MC/
HDMachObjectWriter.cpp69 return getSectionAddress(Fragment->getParent()) + in getFragmentAddress()
103 return getSectionAddress(S.getFragment()->getParent()) + in getSymbolAddress()
109 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize()
217 write64(getSectionAddress(&Sec)); // address in writeSection()
220 write32(getSectionAddress(&Sec)); // address in writeSection()
758 uint64_t Address = getSectionAddress(&Sec); in writeObject()
789 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject()
/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MachObjectWriter.cpp359 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordScatteredRelocation()
379 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordScatteredRelocation()
553 FixedValue += Writer->getSectionAddress(&Sec); in RecordX86Relocation()
556 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldImpl.h275 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function
410 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
HDRuntimeDyldChecker.cpp856 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()
HDRuntimeDyldELF.cpp651 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation()
/NextBSD/contrib/llvm/include/llvm/Object/
HDObjectFile.h213 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0;
367 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
HDELFObjectFile.h214 uint64_t getSectionAddress(DataRefImpl Sec) const override;
548 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function
HDMachO.h221 uint64_t getSectionAddress(DataRefImpl Sec) const override;
HDCOFF.h661 uint64_t getSectionAddress(DataRefImpl Sec) const override;
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCMachObjectWriter.h137 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOI386.h233 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID); in populateJumpTable()
/NextBSD/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp267 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress() function in COFFObjectFile
HDMachOObjectFile.cpp483 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in MachOObjectFile