Home
last modified time | relevance | path

Searched refs:getAddend (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h217 int64_t getAddend() const { return r_add; } in getAddend() function
DELFWriter.cpp844 RelSec.emitWord(Rel.getAddend()); in EmitRelocation()
/external/llvm/include/llvm/Object/
DRelocVisitor.h250 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
DELFObjectFile.h158 ErrorOr<int64_t> getAddend() const { in getAddend() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp856 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection()
1196 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend(); in processRelocationRef()