Lines Matching refs:SBSaveCoreOptions
20 SBSaveCoreOptions::SBSaveCoreOptions() { in SBSaveCoreOptions() function in SBSaveCoreOptions
26 SBSaveCoreOptions::SBSaveCoreOptions(const SBSaveCoreOptions &rhs) { in SBSaveCoreOptions() function in SBSaveCoreOptions
32 SBSaveCoreOptions::~SBSaveCoreOptions() = default;
34 const SBSaveCoreOptions &
35 SBSaveCoreOptions::operator=(const SBSaveCoreOptions &rhs) { in operator =()
43 SBError SBSaveCoreOptions::SetPluginName(const char *name) { in SetPluginName()
49 void SBSaveCoreOptions::SetStyle(lldb::SaveCoreStyle style) { in SetStyle()
54 void SBSaveCoreOptions::SetOutputFile(lldb::SBFileSpec file_spec) { in SetOutputFile()
59 const char *SBSaveCoreOptions::GetPluginName() const { in GetPluginName()
67 SBFileSpec SBSaveCoreOptions::GetOutputFile() const { in GetOutputFile()
75 lldb::SaveCoreStyle SBSaveCoreOptions::GetStyle() const { in GetStyle()
80 void SBSaveCoreOptions::Clear() { in Clear()
85 lldb_private::SaveCoreOptions &SBSaveCoreOptions::ref() const { in ref()