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

  /external/swiftshader/third_party/LLVM/include/llvm/
Linker.h 107 /// LibPaths and flags to be reset, and memory will be released.
114 const std::vector<sys::Path>& getLibPaths() const { return LibPaths; }
198 /// as if given with the -l option of a linker tool. The Linker's LibPaths
212 /// with the -l option of a linker tool. The Linker's LibPaths are searched
270 /// This function looks through the Linker's LibPaths to find a library with
295 std::vector<sys::Path> LibPaths; ///< The library search paths
  /external/swiftshader/third_party/LLVM/lib/Support/
Path.cpp 196 std::vector<sys::Path> LibPaths;
197 GetSystemLibraryPaths(LibPaths);
198 for (unsigned i = 0; i < LibPaths.size(); ++i) {
199 sys::Path FullPath(LibPaths[i]);
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
Tools.cpp     [all...]

Completed in 255 milliseconds