Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DRelocVisitor.h251 return Obj->getRelocationLength(R.getRawDataRefImpl()); in getLengthMachO64()
DMachO.h239 uint8_t getRelocationLength(DataRefImpl Rel) const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp754 uint8_t MachOObjectFile::getRelocationLength(DataRefImpl Rel) const { in getRelocationLength() function in MachOObjectFile