Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h339 virtual error_code getRelocationHidden(DataRefImpl Rel, bool &Result) const { in getRelocationHidden() function
578 return OwningObject->getRelocationHidden(RelocationPimpl, Result); in getHidden()
HDMachO.h104 virtual error_code getRelocationHidden(DataRefImpl Rel, bool &Result) const;
/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp1153 MachOObjectFile::getRelocationHidden(DataRefImpl Rel, bool &Result) const { in getRelocationHidden() function in llvm::object::MachOObjectFile