Searched refs:ELFRelocationRef (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Object/
H A DELFObjectFile.h45 class ELFRelocationRef;
50 friend class ELFRelocationRef;
148 class ELFRelocationRef : public RelocationRef { class in namespace:llvm::object
150 ELFRelocationRef(const RelocationRef &B) : RelocationRef(B) { function in class:llvm::object::ELFRelocationRef
169 const ELFRelocationRef *operator->() const {
170 return static_cast<const ELFRelocationRef *>(
174 const ELFRelocationRef &operator*() const {
175 return static_cast<const ELFRelocationRef &>(
H A DRelocVisitor.h250 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend();
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1196 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend();

Completed in 217 milliseconds