Home
last modified time | relevance | path

Searched refs:RelocationRef (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp18 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 …]
DXCOFFObjectFile.cpp318 return relocation_iterator(RelocationRef()); in section_rel_begin()
323 return relocation_iterator(RelocationRef()); in section_rel_end()
DCOFFObjectFile.cpp387 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()
DWasmObjectFile.cpp1464 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()
DMachOObjectFile.cpp2061 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/
DObjectFile.h52 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 …]
DRelocationResolver.h34 using RelocationResolver = uint64_t (*)(RelocationRef R, uint64_t S, uint64_t A);
DELFObjectFile.h188 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()
DWasm.h127 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;
DCOFF.h936 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/
DDWARFRelocMap.h22 object::RelocationRef Reloc;
24 Optional<object::RelocationRef> Reloc2;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h160 bool relocationNeedsGot(const RelocationRef &R) const override;
161 bool relocationNeedsStub(const RelocationRef &R) const override;
DRuntimeDyldImpl.h454 virtual bool relocationNeedsGot(const RelocationRef &R) const { in relocationNeedsGot()
459 virtual bool relocationNeedsStub(const RelocationRef &R) const { in relocationNeedsStub()
DRuntimeDyld.cpp634 for (const RelocationRef &Reloc : SI->relocations()) in computeGOTSize()
664 for (const RelocationRef &Reloc : SI->relocations()) in computeSectionStubBufSize()
DRuntimeDyldELF.cpp1922 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/
DInstrumentationMap.cpp110 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/
DDWARFContext.cpp1356 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()