Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp56 clang::driver::Driver::GetResourcesPath("bin/lldb", CLANG_RESOURCE_DIR); in DefaultComputeClangResourceDirectory()
/src/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp263 CompilerInvocation::GetResourcesPath(Argv0, MainAddr); in cc1_main()
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h306 static std::string GetResourcesPath(const char *Argv0, void *MainAddr);
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h382 static std::string GetResourcesPath(StringRef BinaryPath,
/src/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp513 ("-resource-dir=" + CompilerInvocation::GetResourcesPath(Argv0, MainAddr)) in injectResourceDir()
/src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp101 CompilerInvocation::GetResourcesPath(Argv[0], nullptr); in CreateCI()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3123 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 DDriver.cpp174 std::string Driver::GetResourcesPath(StringRef BinaryPath, in GetResourcesPath() function in Driver
242 ResourceDir = GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR); in Driver()