Searched refs:getRelocationAddend (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/llvm/include/llvm/Object/ |
| D | RelocVisitor.h | 141 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()
|
| D | ELFObjectFile.h | 184 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()
|