Searched refs:GetLLDBPath (Results 1 – 5 of 5) sorted by relevance
45 return LLDB_RECORD_RESULT(GetLLDBPath(ePathTypePythonDir)); in GetLLDBPythonPath()48 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath() function in SBHostOS49 LLDB_RECORD_STATIC_METHOD(lldb::SBFileSpec, SBHostOS, GetLLDBPath, in GetLLDBPath()186 LLDB_REGISTER_STATIC_METHOD(lldb::SBFileSpec, SBHostOS, GetLLDBPath, in RegisterMethods()
25 GetLLDBPath (lldb::PathType path_type);
23 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);
1273 Used with `SBHostOS.GetLLDBPath` to find files that are
29046 result = lldb::SBHostOS::GetLLDBPath(arg1); in _wrap_SBHostOS_GetLLDBPath()