Home
last modified time | relevance | path

Searched refs:lldb_shlib_spec (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangHost.cpp47 static bool DefaultComputeClangResourceDirectory(FileSpec &lldb_shlib_spec, in DefaultComputeClangResourceDirectory() argument
51 std::string raw_path = lldb_shlib_spec.GetPath(); in DefaultComputeClangResourceDirectory()
83 bool lldb_private::ComputeClangResourceDirectory(FileSpec &lldb_shlib_spec, in ComputeClangResourceDirectory() argument
86 return DefaultComputeClangResourceDirectory(lldb_shlib_spec, file_spec, in ComputeClangResourceDirectory()
89 std::string raw_path = lldb_shlib_spec.GetPath(); in ComputeClangResourceDirectory()
103 return DefaultComputeClangResourceDirectory(lldb_shlib_spec, file_spec, in ComputeClangResourceDirectory()
144 raw_path = lldb_shlib_spec.GetPath(); in ComputeClangResourceDirectory()
DClangHost.h16 bool ComputeClangResourceDirectory(FileSpec &lldb_shlib_spec,
/external/llvm-project/lldb/unittests/Expression/
DClangParserTest.cpp32 FileSpec lldb_shlib_spec(lldb_shlib_path); in ComputeClangResourceDir() local
33 ComputeClangResourceDirectory(lldb_shlib_spec, clang_dir, verify); in ComputeClangResourceDir()