Searched refs:GetResourcesPath (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangHost.cpp | 56 clang::driver::Driver::GetResourcesPath("bin/lldb", CLANG_RESOURCE_DIR); in DefaultComputeClangResourceDirectory()
|
| /src/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 263 CompilerInvocation::GetResourcesPath(Argv0, MainAddr); in cc1_main()
|
| /src/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 306 static std::string GetResourcesPath(const char *Argv0, void *MainAddr);
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 382 static std::string GetResourcesPath(StringRef BinaryPath,
|
| /src/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 513 ("-resource-dir=" + CompilerInvocation::GetResourcesPath(Argv0, MainAddr)) in injectResourceDir()
|
| /src/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 101 CompilerInvocation::GetResourcesPath(Argv[0], nullptr); in CreateCI()
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 3123 std::string CompilerInvocation::GetResourcesPath(const char *Argv0, in GetResourcesPath() function in CompilerInvocation 3127 return Driver::GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR); in GetResourcesPath()
|
| /src/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 174 std::string Driver::GetResourcesPath(StringRef BinaryPath, in GetResourcesPath() function in Driver 242 ResourceDir = GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR); in Driver()
|