Lines Matching refs:SBFileSpec

59 SBFileSpec SBModuleSpec::GetFileSpec() {  in GetFileSpec()
60 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFileSpec, SBModuleSpec, GetFileSpec); in GetFileSpec()
62 SBFileSpec sb_spec(m_opaque_up->GetFileSpec()); in GetFileSpec()
66 void SBModuleSpec::SetFileSpec(const lldb::SBFileSpec &sb_spec) { in SetFileSpec()
68 (const lldb::SBFileSpec &), sb_spec); in SetFileSpec()
73 lldb::SBFileSpec SBModuleSpec::GetPlatformFileSpec() { in GetPlatformFileSpec()
74 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFileSpec, SBModuleSpec, in GetPlatformFileSpec()
77 return LLDB_RECORD_RESULT(SBFileSpec(m_opaque_up->GetPlatformFileSpec())); in GetPlatformFileSpec()
80 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec()
82 (const lldb::SBFileSpec &), sb_spec); in SetPlatformFileSpec()
87 lldb::SBFileSpec SBModuleSpec::GetSymbolFileSpec() { in GetSymbolFileSpec()
88 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFileSpec, SBModuleSpec, GetSymbolFileSpec); in GetSymbolFileSpec()
90 return LLDB_RECORD_RESULT(SBFileSpec(m_opaque_up->GetSymbolFileSpec())); in GetSymbolFileSpec()
93 void SBModuleSpec::SetSymbolFileSpec(const lldb::SBFileSpec &sb_spec) { in SetSymbolFileSpec()
95 (const lldb::SBFileSpec &), sb_spec); in SetSymbolFileSpec()
259 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBModuleSpec, GetFileSpec, ()); in RegisterMethods()
261 (const lldb::SBFileSpec &)); in RegisterMethods()
262 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBModuleSpec, GetPlatformFileSpec, in RegisterMethods()
265 (const lldb::SBFileSpec &)); in RegisterMethods()
266 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBModuleSpec, GetSymbolFileSpec, ()); in RegisterMethods()
268 (const lldb::SBFileSpec &)); in RegisterMethods()