/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | RelocationResolver.cpp | 18 static int64_t getELFAddend(RelocationRef R) { in getELFAddend() 42 static uint64_t resolveX86_64(RelocationRef R, uint64_t S, uint64_t A) { in resolveX86_64() 71 static uint64_t resolveAArch64(RelocationRef R, uint64_t S, uint64_t A) { in resolveAArch64() 92 static uint64_t resolveBPF(RelocationRef R, uint64_t S, uint64_t A) { in resolveBPF() 115 static uint64_t resolveMips64(RelocationRef R, uint64_t S, uint64_t A) { in resolveMips64() 140 static uint64_t resolvePPC64(RelocationRef R, uint64_t S, uint64_t A) { in resolvePPC64() 161 static uint64_t resolveSystemZ(RelocationRef R, uint64_t S, uint64_t A) { in resolveSystemZ() 184 static uint64_t resolveSparc64(RelocationRef R, uint64_t S, uint64_t A) { in resolveSparc64() 206 static uint64_t resolveAmdgpu(RelocationRef R, uint64_t S, uint64_t A) { in resolveAmdgpu() 227 static uint64_t resolveX86(RelocationRef R, uint64_t S, uint64_t A) { in resolveX86() [all …]
|
D | XCOFFObjectFile.cpp | 318 return relocation_iterator(RelocationRef()); in section_rel_begin() 323 return relocation_iterator(RelocationRef()); in section_rel_end()
|
D | COFFObjectFile.cpp | 387 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin() 397 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end() 1167 COFFObjectFile::getCOFFRelocation(const RelocationRef &Reloc) const { in getCOFFRelocation()
|
D | WasmObjectFile.cpp | 1464 return relocation_iterator(RelocationRef(RelocRef, this)); in section_rel_begin() 1472 return relocation_iterator(RelocationRef(RelocRef, this)); in section_rel_end() 1553 WasmObjectFile::getWasmRelocation(const RelocationRef &Ref) const { in getWasmRelocation()
|
D | MachOObjectFile.cpp | 2061 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin() 2078 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end() 2086 return relocation_iterator(RelocationRef(Ret, this)); in extrel_begin() 2095 return relocation_iterator(RelocationRef(Ret, this)); in extrel_end() 2103 return relocation_iterator(RelocationRef(Ret, this)); in locrel_begin() 2112 return relocation_iterator(RelocationRef(Ret, this)); in locrel_end()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ObjectFile.h | 52 class RelocationRef { 57 RelocationRef() = default; 58 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner); 60 bool operator==(const RelocationRef &Other) const; 77 using relocation_iterator = content_iterator<RelocationRef>; 280 friend class RelocationRef; variable 519 inline RelocationRef::RelocationRef(DataRefImpl RelocationP, in RelocationRef() function 524 inline bool RelocationRef::operator==(const RelocationRef &Other) const { 528 inline void RelocationRef::moveNext() { in moveNext() 532 inline uint64_t RelocationRef::getOffset() const { in getOffset() [all …]
|
D | RelocationResolver.h | 34 using RelocationResolver = uint64_t (*)(RelocationRef R, uint64_t S, uint64_t A);
|
D | ELFObjectFile.h | 188 class ELFRelocationRef : public RelocationRef { 190 ELFRelocationRef(const RelocationRef &B) : RelocationRef(B) { in ELFRelocationRef() 191 assert(isa<ELFObjectFileBase>(RelocationRef::getObject())); in ELFRelocationRef() 195 return cast<ELFObjectFileBase>(RelocationRef::getObject()); in getObject() 206 : relocation_iterator(RelocationRef( in elf_relocation_iterator() 820 return relocation_iterator(RelocationRef()); in section_rel_begin() 824 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin() 843 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_end()
|
D | Wasm.h | 127 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;
|
D | COFF.h | 936 const coff_relocation *getCOFFRelocation(const RelocationRef &Reloc) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFRelocMap.h | 22 object::RelocationRef Reloc; 24 Optional<object::RelocationRef> Reloc2;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 160 bool relocationNeedsGot(const RelocationRef &R) const override; 161 bool relocationNeedsStub(const RelocationRef &R) const override;
|
D | RuntimeDyldImpl.h | 454 virtual bool relocationNeedsGot(const RelocationRef &R) const { in relocationNeedsGot() 459 virtual bool relocationNeedsStub(const RelocationRef &R) const { in relocationNeedsStub()
|
D | RuntimeDyld.cpp | 634 for (const RelocationRef &Reloc : SI->relocations()) in computeGOTSize() 664 for (const RelocationRef &Reloc : SI->relocations()) in computeSectionStubBufSize()
|
D | RuntimeDyldELF.cpp | 1922 bool RuntimeDyldELF::relocationNeedsGot(const RelocationRef &R) const { in relocationNeedsGot() 1936 bool RuntimeDyldELF::relocationNeedsStub(const RelocationRef &R) const { in relocationNeedsStub()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 110 for (const object::RelocationRef &Reloc : Section.relocations()) { in loadObj()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1356 const RelocationRef &Reloc, in getSymbolInfo() 1411 const RelocationRef &Reloc) { in isRelocScattered() 1720 for (const RelocationRef &Reloc : Section.relocations()) { in DWARFObjInMemory() 1743 Optional<object::RelocationRef>(), 0, Resolver}); in DWARFObjInMemory()
|