Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h409 static std::string GetResourcesPath(StringRef BinaryPath);
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp184 std::string Driver::GetResourcesPath(StringRef BinaryPath) { in GetResourcesPath() argument
190 StringRef Dir = llvm::sys::path::parent_path(BinaryPath); in GetResourcesPath()