Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp162 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
178 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
266 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredRelocation()
284 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredRelocation()
339 Value += Writer->getSectionAddress(&S.getSection()); in requiresExternRelocation()
340 Value -= Writer->getSectionAddress(Fragment.getParent()); in requiresExternRelocation()
433 FixedValue += Writer->getSectionAddress(&Sec); in recordRelocation()
436 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in recordRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp162 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
178 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
266 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()
441 FixedValue += Writer->getSectionAddress(&Sec); in recordRelocation()
444 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in recordRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.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()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp390 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()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp390 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordScatteredRelocation()
413 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordScatteredRelocation()
587 FixedValue += Writer->getSectionAddress(&Sec); in RecordX86Relocation()
590 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
/external/llvm/lib/MC/
DMachObjectWriter.cpp69 return getSectionAddress(Fragment->getParent()) + in getFragmentAddress()
102 return getSectionAddress(S.getFragment()->getParent()) + in getSymbolAddress()
108 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize()
772 uint64_t Address = getSectionAddress(&Sec); in writeObject()
806 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject()
810 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags, in writeObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMachObjectWriter.cpp82 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()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h303 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function
451 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
DRuntimeDyldChecker.cpp857 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()
/external/llvm/include/llvm/Object/
DObjectFile.h214 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0;
372 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
DELFObjectFile.h225 uint64_t getSectionAddress(DataRefImpl Sec) const override;
574 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function
DMachO.h220 uint64_t getSectionAddress(DataRefImpl Sec) const override;
DCOFF.h733 uint64_t getSectionAddress(DataRefImpl Sec) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h227 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0;
405 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
DWasm.h165 uint64_t getSectionAddress(DataRefImpl Sec) const override;
DELFObjectFile.h250 uint64_t getSectionAddress(DataRefImpl Sec) const override;
662 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function
DMachO.h301 uint64_t getSectionAddress(DataRefImpl Sec) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h326 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function
499 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
DRuntimeDyldChecker.cpp874 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h137 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCMachObjectWriter.h150 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h219 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID); in populateJumpTable()
DRuntimeDyldELFMips.cpp155 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h219 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID); in populateJumpTable()

12