Home
last modified time | relevance | path

Searched refs:GetLLDBPath (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBHostOS.cpp45 return LLDB_RECORD_RESULT(GetLLDBPath(ePathTypePythonDir)); in GetLLDBPythonPath()
48 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath() function in SBHostOS
49 LLDB_RECORD_STATIC_METHOD(lldb::SBFileSpec, SBHostOS, GetLLDBPath, in GetLLDBPath()
186 LLDB_REGISTER_STATIC_METHOD(lldb::SBFileSpec, SBHostOS, GetLLDBPath, in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBHostOS.i22 GetLLDBPath (lldb::PathType path_type);
/external/llvm-project/lldb/include/lldb/API/
DSBHostOS.h23 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);
/external/llvm-project/lldb/test/API/functionalities/paths/
DTestPaths.py30 f = lldb.SBHostOS.GetLLDBPath(path_type)