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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h300 static std::string GetResourcesPath(StringRef BinaryPath,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp95 std::string Driver::GetResourcesPath(StringRef BinaryPath, argument
101 // Dir is bin/ or lib/, depending on where BinaryPath is.
102 std::string Dir = llvm::sys::path::parent_path(BinaryPath);

Completed in 171 milliseconds