/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 162 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/ |
D | ARMMachObjectWriter.cpp | 162 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/ |
D | ARMMachObjectWriter.cpp | 144 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/ |
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()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
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()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MachObjectWriter.cpp | 60 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/ |
D | X86MachObjectWriter.cpp | 359 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/ |
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()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 390 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/ |
D | MachObjectWriter.cpp | 69 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/ |
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()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 303 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function 451 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 214 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0; 372 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | ObjectFile.h | 241 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0; 374 return OwningObject->getSectionAddress(SectionPimpl, Result); in getAddress()
|
D | MachO.h | 54 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
|
D | COFF.h | 107 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ObjectFile.h | 227 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0; 405 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
|
D | Wasm.h | 165 uint64_t getSectionAddress(DataRefImpl Sec) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 326 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/ |
D | MachOObjectFile.cpp | 142 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/ |
D | MCMachObjectWriter.h | 123 uint64_t getSectionAddress(const MCSectionData* SD) const { in getSectionAddress() function
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 137 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 150 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 219 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID); in populateJumpTable()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 219 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID); in populateJumpTable()
|