Home
last modified time | relevance | path

Searched refs:SetStyle (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSaveCoreOptions.cpp48 void SBSaveCoreOptions::SetStyle(lldb::SaveCoreStyle style) { in SetStyle() function in SBSaveCoreOptions
50 m_opaque_up->SetStyle(style); in SetStyle()
H A DSBProcess.cpp1238 options.SetStyle(SaveCoreStyle::eSaveCoreFull); in SaveCore()
1248 options.SetStyle(core_style); in SaveCore()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSaveCoreOptionsDocstrings.i29 ) lldb::SBSaveCoreOptions::SetStyle;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSaveCoreOptions.h46 void SetStyle(lldb::SaveCoreStyle style);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSaveCoreOptions.h32 void SetStyle(lldb::SaveCoreStyle style);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp82 options.SetStyle(SaveCoreStyle::eSaveCoreStackOnly); in SaveCore()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp44 void SaveCoreOptions::SetStyle(lldb::SaveCoreStyle style) { m_style = style; } in SetStyle() function in SaveCoreOptions
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp66 void SetStyle(bool use_hex_immed, HexImmediateStyle hex_style);
620 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style); in CalculateMnemonicOperandsAndComment()
1388 void DisassemblerLLVMC::MCDisasmInstance::SetStyle( in SetStyle() function in DisassemblerLLVMC::MCDisasmInstance
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1326 m_core_dump_options.SetStyle( in SetOptionValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp18064 (arg1)->SetStyle(arg2); in _wrap_SBSaveCoreOptions_SetStyle()