Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBSaveCoreOptions.cpp75 lldb::SaveCoreStyle SBSaveCoreOptions::GetStyle() const { in GetStyle() function in SBSaveCoreOptions
77 return m_opaque_up->GetStyle(); in GetStyle()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBSaveCoreOptions.h43 lldb::SaveCoreStyle GetStyle() const;
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSaveCoreOptions.h30 lldb::SaveCoreStyle GetStyle() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDSaveCoreOptions.cpp40 lldb::SaveCoreStyle SaveCoreOptions::GetStyle() const { in GetStyle() function in SaveCoreOptions
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
HDObjectFileMinidump.cpp66 SaveCoreStyle core_style = options.GetStyle(); in SaveCore()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectProcess.cpp1310 if (core_dump_options.GetStyle() == in DoExecute()
1312 core_dump_options.GetStyle() == in DoExecute()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp18005 result = (lldb::SaveCoreStyle)((lldb::SBSaveCoreOptions const *)arg1)->GetStyle(); in _wrap_SBSaveCoreOptions_GetStyle()