Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Object/
DRelocVisitor.h141 Obj->getRelocationAddend(DRI, Addend); in getAddend32LE()
149 Obj->getRelocationAddend(DRI, Addend); in getAddend64LE()
157 Obj->getRelocationAddend(DRI, Addend); in getAddend32BE()
165 Obj->getRelocationAddend(DRI, Addend); in getAddend64BE()
DELFObjectFile.h184 error_code getRelocationAddend(DataRefImpl Rel, int64_t &Res) const;
700 error_code ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel, in getRelocationAddend() function
995 return ELFObj->getRelocationAddend(DRI, Addend); in getELFRelocationAddend()
999 return ELFObj->getRelocationAddend(DRI, Addend); in getELFRelocationAddend()
1003 return ELFObj->getRelocationAddend(DRI, Addend); in getELFRelocationAddend()
1007 return ELFObj->getRelocationAddend(DRI, Addend); in getELFRelocationAddend()