OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LibraryList
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/
Module.h
40
typedef std::vector<Input*>
LibraryList
;
41
typedef
LibraryList
::iterator lib_iterator;
42
typedef
LibraryList
::const_iterator const_lib_iterator;
84
const
LibraryList
& getLibraryList() const { return m_LibraryList; }
85
LibraryList
& getLibraryList() { return m_LibraryList; }
168
LibraryList
m_LibraryList;
/external/llvm/include/llvm/Object/
MachO.h
452
typedef SmallVector<const char*, 1>
LibraryList
;
453
LibraryList
Libraries;
Completed in 68 milliseconds