Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSaveCoreOptions.cpp49 void SBSaveCoreOptions::SetStyle(lldb::SaveCoreStyle style) { in SetStyle() function in SBSaveCoreOptions
51 m_opaque_up->SetStyle(style); in SetStyle()
H A DSBProcess.cpp1222 options.SetStyle(SaveCoreStyle::eSaveCoreFull); in SaveCore()
1232 options.SetStyle(core_style); in SaveCore()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSaveCoreOptions.h38 void SetStyle(lldb::SaveCoreStyle style);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSaveCoreOptions.h29 void SetStyle(lldb::SaveCoreStyle style);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp32 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.cpp65 void SetStyle(bool use_hex_immed, HexImmediateStyle hex_style);
613 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style); in CalculateMnemonicOperandsAndComment()
1382 void DisassemblerLLVMC::MCDisasmInstance::SetStyle( in IsLoad()
1353 void DisassemblerLLVMC::MCDisasmInstance::SetStyle( SetStyle() function in DisassemblerLLVMC::MCDisasmInstance
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1279 m_core_dump_options.SetStyle( in SetOptionValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp17981 (arg1)->SetStyle(arg2); in _wrap_SBSaveCoreOptions_SetStyle()