Home
last modified time | relevance | path

Searched refs:OptionEnumValueElement (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h16 static constexpr OptionEnumValueElement g_corefile_save_style[] = {
24 static constexpr OptionEnumValueElement g_description_verbosity_type[] = {
37 static constexpr OptionEnumValueElement g_sort_option_enumeration[] = {
62 static constexpr OptionEnumValueElement g_dependents_enumeration[] = {
83 static constexpr OptionEnumValueElement g_script_option_enumeration[] = {
106 static constexpr OptionEnumValueElement g_log_handler_type[] = {
132 static constexpr OptionEnumValueElement g_script_synchro_type[] = {
150 static constexpr OptionEnumValueElement g_running_mode[] = {
157 static constexpr OptionEnumValueElement g_completion_type[] = {
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h121 struct OptionEnumValueElement { struct
127 using OptionEnumValues = llvm::ArrayRef<OptionEnumValueElement>; argument
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupWatchpoint.cpp19 static constexpr OptionEnumValueElement g_watch_type[] = {
H A DCommandObject.cpp459 for (const OptionEnumValueElement &element : enum_values) in GetArgumentHelp()
463 for (const OptionEnumValueElement &element : enum_values) { in GetArgumentHelp()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h50 static constexpr OptionEnumValueElement g_auto_download_enum_values[] = {
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4089 static constexpr OptionEnumValueElement g_dynamic_value_types[] = {
4112 static constexpr OptionEnumValueElement g_inline_breakpoint_enums[] = {
4141 static constexpr OptionEnumValueElement g_x86_dis_flavor_value_types[] = {
4159 static constexpr OptionEnumValueElement g_import_std_module_value_types[] = {
4181 static constexpr OptionEnumValueElement
4197 static constexpr OptionEnumValueElement g_hex_immediate_style_values[] = {
4210 static constexpr OptionEnumValueElement g_load_script_from_sym_file_values[] = {
4228 static constexpr OptionEnumValueElement g_load_cwd_lldbinit_values[] = {
4246 static constexpr OptionEnumValueElement g_memory_module_load_level_values[] = {
H A DProcess.cpp108 static constexpr OptionEnumValueElement g_follow_fork_mode_values[] = {
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp64 static constexpr OptionEnumValueElement g_enable_jit_loader_gdb_enumerators[] =
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp114 static constexpr OptionEnumValueElement g_show_disassembly_enum_values[] = {
139 static constexpr OptionEnumValueElement g_language_enumerators[] = {
157 static constexpr OptionEnumValueElement g_dwim_print_verbosities[] = {
167 static constexpr OptionEnumValueElement s_stop_show_column_values[] = {
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1798 OptionEnumValueElement element;
1813 std::vector<std::vector<OptionEnumValueElement>> m_enum_vector;
H A DCommandObjectProcess.cpp1344 llvm::SmallVector<OptionEnumValueElement> m_plugin_enums;