Searched refs:SaveCoreOptions (Results 1 – 12 of 12) sorted by relevance
15 Status SaveCoreOptions::SetPluginName(const char *name) { in SetPluginName()32 void SaveCoreOptions::SetStyle(lldb::SaveCoreStyle style) { m_style = style; } in SetStyle()34 void SaveCoreOptions::SetOutputFile(FileSpec file) { m_file = file; } in SetOutputFile()36 std::optional<std::string> SaveCoreOptions::GetPluginName() const { in GetPluginName()40 lldb::SaveCoreStyle SaveCoreOptions::GetStyle() const { in GetStyle()45 SaveCoreOptions::GetOutputFile() const { in GetOutputFile()49 void SaveCoreOptions::Clear() { in Clear()
21 class SaveCoreOptions {23 SaveCoreOptions(){}; in SaveCoreOptions() function24 ~SaveCoreOptions() = default;
61 lldb_private::SaveCoreOptions &ref() const;64 std::unique_ptr<lldb_private::SaveCoreOptions> m_opaque_up;
23 m_opaque_up = std::make_unique<lldb_private::SaveCoreOptions>(); in SBSaveCoreOptions()85 lldb_private::SaveCoreOptions &SBSaveCoreOptions::ref() const { in ref()
58 const lldb_private::SaveCoreOptions &options,
59 const lldb_private::SaveCoreOptions &options, in SaveCore()
59 const lldb_private::SaveCoreOptions &options,
185 class SaveCoreOptions; variable
196 const lldb_private::SaveCoreOptions &core_options);
1296 SaveCoreOptions m_core_dump_options;
705 const lldb_private::SaveCoreOptions &options) { in SaveCore()
609 SRCS+= Symbol/SaveCoreOptions.cpp