OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LibraryList
(Results
1 - 4
of
4
) 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
456
typedef SmallVector<const char*, 1>
LibraryList
;
457
LibraryList
Libraries;
/external/swiftshader/third_party/LLVM/include/llvm/
Module.h
166
LibraryListType
LibraryList
; ///< The Libraries needed by the module
475
inline lib_iterator lib_begin() const { return
LibraryList
.begin(); }
477
inline lib_iterator lib_end() const { return
LibraryList
.end(); }
479
inline size_t lib_size() const { return
LibraryList
.size(); }
485
inline const LibraryListType& getLibraries() const { return
LibraryList
; }
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c
247
BUILD_ITEM *
LibraryList
;
722
mCurrentBuildList = &gGlobals.
LibraryList
;
734
mCurrentBuildList = &gGlobals.
LibraryList
;
832
if (StartMultiThreadBuild (&gGlobals.
LibraryList
, gGlobals.ThreadNumber, BuildDir) != 0) {
863
FreeBuildList (gGlobals.
LibraryList
);
864
gGlobals.
LibraryList
= NULL;
[
all
...]
Completed in 306 milliseconds