OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLibraryNext
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Object/
ObjectFile.h
351
virtual error_code
getLibraryNext
(DataRefImpl Lib, LibraryRef &Res) const = 0;
612
return OwningObject->
getLibraryNext
(LibraryPimpl, Result);
MachO.h
109
virtual error_code
getLibraryNext
(DataRefImpl LibData, LibraryRef &Res) const;
COFF.h
259
virtual error_code
getLibraryNext
(DataRefImpl LibData,
ELF.h
687
virtual error_code
getLibraryNext
(DataRefImpl Data, LibraryRef &Result) const;
[
all
...]
/external/llvm/lib/Object/
COFFObjectFile.cpp
853
error_code COFFObjectFile::
getLibraryNext
(DataRefImpl LibData,
855
report_fatal_error("
getLibraryNext
not implemented in COFFObjectFile");
MachOObjectFile.cpp
[
all
...]
Completed in 122 milliseconds