Lines Matching refs:SBFileSpec
32 SBFileSpec SBHostOS::GetProgramFileSpec() { in GetProgramFileSpec()
33 LLDB_RECORD_STATIC_METHOD_NO_ARGS(lldb::SBFileSpec, SBHostOS, in GetProgramFileSpec()
36 SBFileSpec sb_filespec; in GetProgramFileSpec()
41 SBFileSpec SBHostOS::GetLLDBPythonPath() { in GetLLDBPythonPath()
42 LLDB_RECORD_STATIC_METHOD_NO_ARGS(lldb::SBFileSpec, SBHostOS, in GetLLDBPythonPath()
48 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath()
49 LLDB_RECORD_STATIC_METHOD(lldb::SBFileSpec, SBHostOS, GetLLDBPath, in GetLLDBPath()
85 SBFileSpec sb_fspec; in GetLLDBPath()
90 SBFileSpec SBHostOS::GetUserHomeDirectory() { in GetUserHomeDirectory()
91 LLDB_RECORD_STATIC_METHOD_NO_ARGS(lldb::SBFileSpec, SBHostOS, in GetUserHomeDirectory()
98 SBFileSpec sb_fspec; in GetUserHomeDirectory()
182 LLDB_REGISTER_STATIC_METHOD(lldb::SBFileSpec, SBHostOS, GetProgramFileSpec, in RegisterMethods()
184 LLDB_REGISTER_STATIC_METHOD(lldb::SBFileSpec, SBHostOS, GetLLDBPythonPath, in RegisterMethods()
186 LLDB_REGISTER_STATIC_METHOD(lldb::SBFileSpec, SBHostOS, GetLLDBPath, in RegisterMethods()
188 LLDB_REGISTER_STATIC_METHOD(lldb::SBFileSpec, SBHostOS, in RegisterMethods()