Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h100 virtual error_code getRelocationHidden(DataRefImpl Rel, bool &Result) const;
DObjectFile.h341 virtual error_code getRelocationHidden(DataRefImpl Rel, bool &Result) const { in getRelocationHidden() function
573 return OwningObject->getRelocationHidden(RelocationPimpl, Result); in getHidden()
/external/llvm/lib/Object/
DMachOObjectFile.cpp1194 error_code MachOObjectFile::getRelocationHidden(DataRefImpl Rel, in getRelocationHidden() function in llvm::object::MachOObjectFile