Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBModuleSpec.cpp62 SBFileSpec sb_spec(m_opaque_up->GetFileSpec()); in GetFileSpec() local
63 return LLDB_RECORD_RESULT(sb_spec); in GetFileSpec()
66 void SBModuleSpec::SetFileSpec(const lldb::SBFileSpec &sb_spec) { in SetFileSpec() argument
68 (const lldb::SBFileSpec &), sb_spec); in SetFileSpec()
70 m_opaque_up->GetFileSpec() = *sb_spec; in SetFileSpec()
80 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec() argument
82 (const lldb::SBFileSpec &), sb_spec); in SetPlatformFileSpec()
84 m_opaque_up->GetPlatformFileSpec() = *sb_spec; in SetPlatformFileSpec()
93 void SBModuleSpec::SetSymbolFileSpec(const lldb::SBFileSpec &sb_spec) { in SetSymbolFileSpec() argument
95 (const lldb::SBFileSpec &), sb_spec); in SetSymbolFileSpec()
[all …]