Home
last modified time | relevance | path

Searched refs:getRelocationLength (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Object/
HDRelocVisitor.h251 return Obj->getRelocationLength(R.getRawDataRefImpl()); in getLengthMachO64()
HDMachO.h240 uint8_t getRelocationLength(DataRefImpl Rel) const;
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp732 uint8_t MachOObjectFile::getRelocationLength(DataRefImpl Rel) const { in getRelocationLength() function in MachOObjectFile