Lines Matching refs:sb_spec
61 SBFileSpec sb_spec(m_opaque_up->GetFileSpec()); in GetFileSpec() local
62 return sb_spec; in GetFileSpec()
65 void SBModuleSpec::SetFileSpec(const lldb::SBFileSpec &sb_spec) { in SetFileSpec() argument
66 LLDB_INSTRUMENT_VA(this, sb_spec); in SetFileSpec()
68 m_opaque_up->GetFileSpec() = *sb_spec; in SetFileSpec()
77 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec() argument
78 LLDB_INSTRUMENT_VA(this, sb_spec); in SetPlatformFileSpec()
80 m_opaque_up->GetPlatformFileSpec() = *sb_spec; in SetPlatformFileSpec()
89 void SBModuleSpec::SetSymbolFileSpec(const lldb::SBFileSpec &sb_spec) { in SetSymbolFileSpec() argument
90 LLDB_INSTRUMENT_VA(this, sb_spec); in SetSymbolFileSpec()
92 m_opaque_up->GetSymbolFileSpec() = *sb_spec; in SetSymbolFileSpec()