Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/API/
H A DSBSaveCoreOptions.cpp75 lldb::SaveCoreStyle SBSaveCoreOptions::GetStyle() const { in GetStyle() function in SBSaveCoreOptions
77 return m_opaque_up->GetStyle(); in GetStyle()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSaveCoreOptions.h43 lldb::SaveCoreStyle GetStyle() const;
/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSaveCoreOptions.h30 lldb::SaveCoreStyle GetStyle() const;
/src/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp40 lldb::SaveCoreStyle SaveCoreOptions::GetStyle() const { in GetStyle() function in SaveCoreOptions
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp66 SaveCoreStyle core_style = options.GetStyle(); in SaveCore()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1310 if (core_dump_options.GetStyle() == in DoExecute()
1312 core_dump_options.GetStyle() == in DoExecute()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp18005 result = (lldb::SaveCoreStyle)((lldb::SBSaveCoreOptions const *)arg1)->GetStyle(); in _wrap_SBSaveCoreOptions_GetStyle()