HomeSort by relevance Sort by last modified time
    Searched refs:LibraryListType (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Linker/
LinkItems.cpp 136 const Module::LibraryListType& DepLibs = Composite->getLibraries();
137 for (Module::LibraryListType::const_iterator I = DepLibs.begin(),
  /external/llvm/include/llvm/
Module.h 126 typedef std::vector<std::string> LibraryListType;
148 typedef LibraryListType::const_iterator lib_iterator;
198 LibraryListType LibraryList; ///< The Libraries needed by the module
541 inline const LibraryListType& getLibraries() const { return LibraryList; }
  /external/llvm/lib/VMCore/
Module.cpp 463 LibraryListType::iterator I = LibraryList.begin();
464 LibraryListType::iterator E = LibraryList.end();

Completed in 20 milliseconds