Home
last modified time | relevance | path

Searched refs:GetStyle (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSaveCoreOptions.cpp74 lldb::SaveCoreStyle SBSaveCoreOptions::GetStyle() const { in GetStyle() function in SBSaveCoreOptions
76 return m_opaque_up->GetStyle(); in GetStyle()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp52 lldb::SaveCoreStyle SaveCoreOptions::GetStyle() const { in GetStyle() function in SaveCoreOptions
131 if (!m_threads_to_save.empty() && GetStyle() == lldb::eSaveCoreFull) in EnsureValidConfiguration()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSaveCoreOptionsDocstrings.i33 ) lldb::SBSaveCoreOptions::GetStyle;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSaveCoreOptions.h52 lldb::SaveCoreStyle GetStyle() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSaveCoreOptions.h33 lldb::SaveCoreStyle GetStyle() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp81 if (options.GetStyle() == SaveCoreStyle::eSaveCoreUnspecified) in SaveCore()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1359 if (core_dump_options.GetStyle() == in DoExecute()
1361 core_dump_options.GetStyle() == in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6726 SaveCoreStyle core_style = options.GetStyle(); in CalculateCoreFileSaveRanges()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp18088 result = (lldb::SaveCoreStyle)((lldb::SBSaveCoreOptions const *)arg1)->GetStyle(); in _wrap_SBSaveCoreOptions_GetStyle()