Home
last modified time | relevance | path

Searched refs:ELFRelocationRef (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h48 friend class ELFRelocationRef; variable
169 class ELFRelocationRef : public RelocationRef {
171 ELFRelocationRef(const RelocationRef &B) : RelocationRef(B) { in ELFRelocationRef() function
190 const ELFRelocationRef *operator->() const {
191 return static_cast<const ELFRelocationRef *>(
195 const ELFRelocationRef &operator*() const {
196 return static_cast<const ELFRelocationRef &>(
H A DRelocVisitor.h120 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
/freebsd-12.1/contrib/llvm/lib/XRay/
H A DInstrumentationMap.cpp105 if (auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend()) in loadObj()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1105 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()