Home
last modified time | relevance | path

Searched refs:OptionEnumValueElement (Results 1 – 10 of 10) 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/source/Interpreter/
H A DOptionGroupWatchpoint.cpp19 static constexpr OptionEnumValueElement g_watch_type[] = {
H A DCommandObject.cpp466 for (const OptionEnumValueElement &element : enum_values) in GetArgumentHelp()
470 for (const OptionEnumValueElement &element : enum_values) { in GetArgumentHelp()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h118 struct OptionEnumValueElement { struct
124 using OptionEnumValues = llvm::ArrayRef<OptionEnumValueElement>; argument
/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.cpp3912 static constexpr OptionEnumValueElement g_dynamic_value_types[] = {
3935 static constexpr OptionEnumValueElement g_inline_breakpoint_enums[] = {
3964 static constexpr OptionEnumValueElement g_x86_dis_flavor_value_types[] = {
3982 static constexpr OptionEnumValueElement g_import_std_module_value_types[] = {
4004 static constexpr OptionEnumValueElement
4020 static constexpr OptionEnumValueElement g_hex_immediate_style_values[] = {
4033 static constexpr OptionEnumValueElement g_load_script_from_sym_file_values[] = {
4051 static constexpr OptionEnumValueElement g_load_cwd_lldbinit_values[] = {
4069 static constexpr OptionEnumValueElement g_memory_module_load_level_values[] = {
H A DProcess.cpp144 static constexpr OptionEnumValueElement g_follow_fork_mode_values[] = {
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp109 static constexpr OptionEnumValueElement g_show_disassembly_enum_values[] = {
134 static constexpr OptionEnumValueElement g_language_enumerators[] = {
152 static constexpr OptionEnumValueElement g_dwim_print_verbosities[] = {
162 static constexpr OptionEnumValueElement s_stop_show_column_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/Commands/
H A DCommandObjectCommands.cpp1636 OptionEnumValueElement element;
1651 std::vector<std::vector<OptionEnumValueElement>> m_enum_vector;