HomeSort by relevance Sort by last modified time
    Searched defs:LibPaths (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/
Linker.h 100 /// LibPaths and flags to be reset, and memory will be released.
107 const std::vector<sys::Path>& getLibPaths() const { return LibPaths; }
188 std::vector<sys::Path> LibPaths; ///< The library search paths
  /external/llvm/lib/Support/
Path.cpp 188 std::vector<sys::Path> LibPaths;
189 GetSystemLibraryPaths(LibPaths);
190 for (unsigned i = 0; i < LibPaths.size(); ++i) {
191 sys::Path FullPath(LibPaths[i]);
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
Tools.cpp     [all...]

Completed in 81 milliseconds