Home
last modified time | relevance | path

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

/freebsd-14.2/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[] = {
57 static constexpr OptionEnumValueElement g_dependents_enumeration[] = {
78 static constexpr OptionEnumValueElement g_script_option_enumeration[] = {
101 static constexpr OptionEnumValueElement g_log_handler_type[] = {
127 static constexpr OptionEnumValueElement g_script_synchro_type[] = {
145 static constexpr OptionEnumValueElement g_running_mode[] = {
152 static constexpr OptionEnumValueElement g_completion_type[] = {
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h99 struct OptionEnumValueElement { struct
105 using OptionEnumValues = llvm::ArrayRef<OptionEnumValueElement>; argument
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupWatchpoint.cpp19 static constexpr OptionEnumValueElement g_watch_type[] = {
H A DCommandObject.cpp411 for (const OptionEnumValueElement &element : enum_values) in GetArgumentHelp()
415 for (const OptionEnumValueElement &element : enum_values) { in GetArgumentHelp()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3924 static constexpr OptionEnumValueElement g_dynamic_value_types[] = {
3947 static constexpr OptionEnumValueElement g_inline_breakpoint_enums[] = {
3976 static constexpr OptionEnumValueElement g_x86_dis_flavor_value_types[] = {
3994 static constexpr OptionEnumValueElement g_import_std_module_value_types[] = {
4016 static constexpr OptionEnumValueElement
4032 static constexpr OptionEnumValueElement g_hex_immediate_style_values[] = {
4045 static constexpr OptionEnumValueElement g_load_script_from_sym_file_values[] = {
4063 static constexpr OptionEnumValueElement g_load_cwd_lldbinit_values[] = {
4081 static constexpr OptionEnumValueElement g_memory_module_load_level_values[] = {
H A DProcess.cpp114 static constexpr OptionEnumValueElement g_follow_fork_mode_values[] = {
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp108 static constexpr OptionEnumValueElement g_show_disassembly_enum_values[] = {
133 static constexpr OptionEnumValueElement g_language_enumerators[] = {
151 static constexpr OptionEnumValueElement g_dwim_print_verbosities[] = {
161 static constexpr OptionEnumValueElement s_stop_show_column_values[] = {
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp64 static constexpr OptionEnumValueElement g_enable_jit_loader_gdb_enumerators[] =