Home
last modified time | relevance | path

Searched refs:getLibraryPath (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h347 virtual error_code getLibraryPath(DataRefImpl Lib, StringRef &Res) const = 0;
607 return OwningObject->getLibraryPath(LibraryPimpl, Result); in getPath()
HDMachO.h107 virtual error_code getLibraryPath(DataRefImpl LibData, StringRef &Res) const;
HDCOFF.h292 virtual error_code getLibraryPath(DataRefImpl LibData,
HDELFObjectFile.h72 virtual error_code getLibraryPath(DataRefImpl Data, StringRef &Res) const;
892 error_code ELFObjectFile<ELFT>::getLibraryPath(DataRefImpl Data, in getLibraryPath() function
/trueos/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp880 error_code COFFObjectFile::getLibraryPath(DataRefImpl LibData, in getLibraryPath() function in COFFObjectFile
HDMachOObjectFile.cpp1185 error_code MachOObjectFile::getLibraryPath(DataRefImpl LibData, in getLibraryPath() function in llvm::object::MachOObjectFile