Home
last modified time | relevance | path

Searched refs:SetPluginName (Results 1 – 7 of 7) 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 lldb_private::Status error = m_opaque_up->SetPluginName(name); in SetPluginName()
H A DSBProcess.cpp1233 SBError error = options.SetPluginName(flavor); in SaveCore()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSaveCoreOptions.h28 SBError SetPluginName(const char *plugin);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSaveCoreOptions.h26 lldb_private::Status SetPluginName(const char *name);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp15 Status SaveCoreOptions::SetPluginName(const char *name) { in SetPluginName() function in SaveCoreOptions
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1276 error = m_core_dump_options.SetPluginName(option_arg.data()); in SetOptionValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp17928 result = (arg1)->SetPluginName((char const *)arg2); in _wrap_SBSaveCoreOptions_SetPluginName()