Home
last modified time | relevance | path

Searched refs:getRelocationAddend (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
DRelocVisitor.h228 Obj->getRelocationAddend(DRI, Addend); in getELFAddend32LE()
236 Obj->getRelocationAddend(DRI, Addend); in getELFAddend64LE()
244 Obj->getRelocationAddend(DRI, Addend); in getELFAddend32BE()
252 Obj->getRelocationAddend(DRI, Addend); in getELFAddend64BE()
DELFObjectFile.h43 virtual std::error_code getRelocationAddend(DataRefImpl Rel,
213 std::error_code getRelocationAddend(DataRefImpl Rel,
677 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel, in getRelocationAddend() function
954 return cast<ELFObjectFileBase>(Obj)->getRelocationAddend(DRI, Addend); in getELFRelocationAddend()