Home
last modified time | relevance | path

Searched refs:getSectionAddress (Results 1 – 25 of 42) 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/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp144 Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordARMMovwMovtRelocation()
157 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMMovwMovtRelocation()
240 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordARMScatteredRelocation()
254 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMScatteredRelocation()
360 FixedValue += Writer->getSectionAddress(&SymSD); in RecordRelocation()
363 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/lib/MC/
DMachObjectWriter.cpp60 return getSectionAddress(Fragment->getParent()) + in getFragmentAddress()
93 return getSectionAddress(SD->getFragment()->getParent()) + in getSymbolAddress()
99 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD); in getPaddingSize()
206 Write64(getSectionAddress(&SD)); // address in WriteSection()
209 Write32(getSectionAddress(&SD)); // address in WriteSection()
660 uint64_t Address = getSectionAddress(&SD); in WriteObject()
692 uint64_t SectionStart = SectionDataStart + getSectionAddress(it); in WriteObject()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp359 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordScatteredRelocation()
378 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordScatteredRelocation()
527 FixedValue += Writer->getSectionAddress(&SymSD); in RecordX86Relocation()
530 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
/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()
/external/llvm/include/llvm/Object/
DObjectFile.h214 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0;
372 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h241 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0;
374 return OwningObject->getSectionAddress(SectionPimpl, Result); in getAddress()
DMachO.h54 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
DCOFF.h107 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
/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;
/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()
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp142 getSectionAddress(Sections[SectionIndex-1], SectionOffset); in getSymbolOffset()
370 error_code MachOObjectFile::getSectionAddress(DataRefImpl DRI, in getSectionAddress() function in llvm::object::MachOObjectFile
465 getSectionAddress(Sec, SectBegin); in sectionContainsSymbol()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCMachObjectWriter.h123 uint64_t getSectionAddress(const MCSectionData* SD) const { in getSectionAddress() function
/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()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h219 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID); in populateJumpTable()

12