Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSaveCoreOptions.cpp43 SBError SBSaveCoreOptions::SetPluginName(const char *name) { in SetPluginName() function in SBSaveCoreOptions
45 return SBError(m_opaque_up->SetPluginName(name)); in SetPluginName()
H A DSBProcess.cpp1249 SBError error = options.SetPluginName(flavor); in SaveCore()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSaveCoreOptionsDocstrings.i21 ) lldb::SBSaveCoreOptions::SetPluginName;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSaveCoreOptions.h34 SBError SetPluginName(const char *plugin);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSaveCoreOptions.h29 lldb_private::Status SetPluginName(const char *name);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp17 Status SaveCoreOptions::SetPluginName(const char *name) { in SetPluginName() function in SaveCoreOptions
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1323 error = m_core_dump_options.SetPluginName(option_arg.data()); in SetOptionValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp18011 result = (arg1)->SetPluginName((char const *)arg2); in _wrap_SBSaveCoreOptions_SetPluginName()