HomeSort by relevance Sort by last modified time
    Searched refs:getRelocationAddend (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Object/
RelocVisitor.h 179 Obj->getRelocationAddend(DRI, Addend);
187 Obj->getRelocationAddend(DRI, Addend);
195 Obj->getRelocationAddend(DRI, Addend);
203 Obj->getRelocationAddend(DRI, Addend);
ELFObjectFile.h 196 std::error_code getRelocationAddend(DataRefImpl Rel, int64_t &Res) const;
660 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel,
965 return ELFObj->getRelocationAddend(DRI, Addend);
969 return ELFObj->getRelocationAddend(DRI, Addend);
973 return ELFObj->getRelocationAddend(DRI, Addend);
977 return ELFObj->getRelocationAddend(DRI, Addend);
    [all...]

Completed in 165 milliseconds