Home
last modified time | relevance | path

Searched refs:GetResourcesPath (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp227 CompilerInvocation::GetResourcesPath(Argv0, MainAddr); in cc1_main()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h215 static std::string GetResourcesPath(const char *Argv0, void *MainAddr);
/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp87 CompilerInvocation::GetResourcesPath(Argv[0], nullptr); in CreateCI()
/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/Tooling/
H A DTooling.cpp467 ("-resource-dir=" + CompilerInvocation::GetResourcesPath(Argv0, MainAddr)) in injectResourceDir()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2799 std::string CompilerInvocation::GetResourcesPath(const char *Argv0, in GetResourcesPath() function in CompilerInvocation
2803 return Driver::GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR); in GetResourcesPath()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp107 std::string Driver::GetResourcesPath(StringRef BinaryPath, in GetResourcesPath() function in Driver
169 ResourceDir = GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR); in Driver()