Home
last modified time | relevance | path

Searched refs:BinaryPath (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h310 static std::string GetResourcesPath(StringRef BinaryPath,
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp107 std::string Driver::GetResourcesPath(StringRef BinaryPath, in GetResourcesPath() argument
114 std::string Dir = std::string(llvm::sys::path::parent_path(BinaryPath)); in GetResourcesPath()