Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h346 virtual error_code getLibraryNext(DataRefImpl Lib, LibraryRef &Res) const = 0;
603 return OwningObject->getLibraryNext(LibraryPimpl, Result); in getNext()
HDMachO.h106 virtual error_code getLibraryNext(DataRefImpl LibData, LibraryRef &Res) const;
HDCOFF.h290 virtual error_code getLibraryNext(DataRefImpl LibData,
HDELFObjectFile.h71 virtual error_code getLibraryNext(DataRefImpl Data, LibraryRef &Result) const;
877 error_code ELFObjectFile<ELFT>::getLibraryNext(DataRefImpl Data, in getLibraryNext() function
/trueos/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp875 error_code COFFObjectFile::getLibraryNext(DataRefImpl LibData, in getLibraryNext() function in COFFObjectFile
HDMachOObjectFile.cpp1180 error_code MachOObjectFile::getLibraryNext(DataRefImpl LibData, in getLibraryNext() function in llvm::object::MachOObjectFile