Searched refs:getLibraryPath (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/Object/
H A DObjectFile.h352 virtual error_code getLibraryPath(DataRefImpl Lib, StringRef &Res) const = 0;
616 return OwningObject->getLibraryPath(LibraryPimpl, Result);
H A DMachO.h110 virtual error_code getLibraryPath(DataRefImpl LibData, StringRef &Res) const;
H A DCOFF.h261 virtual error_code getLibraryPath(DataRefImpl LibData,
H A DELF.h688 virtual error_code getLibraryPath(DataRefImpl Data, StringRef &Res) const;
2709 error_code ELFObjectFile<ELFT>::getLibraryPath(DataRefImpl Data, function in class:llvm::object::ELFObjectFile
2714 report_fatal_error("getLibraryPath() called on iterator end");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp858 error_code COFFObjectFile::getLibraryPath(DataRefImpl LibData, function in class:COFFObjectFile
860 report_fatal_error("getLibraryPath not implemented in COFFObjectFile");
H A DMachOObjectFile.cpp1203 error_code MachOObjectFile::getLibraryPath(DataRefImpl LibData, function in class:llvm::object::MachOObjectFile

Completed in 88 milliseconds