Searched refs:show_types (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | OptionGroupValueObjectDisplay.h | 34 return show_types || no_summary_depth != 0 || show_location || in AnyOptionWasSet() 46 bool show_types : 1, show_location : 1, flat_output : 1, use_objc : 1, variable
|
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionGroupValueObjectDisplay.cpp | 88 show_types = true; in SetOptionValue() 164 show_types = false; in OptionParsingStarting() 198 .SetShowTypes(show_types) in GetAsDumpOptions()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectExpression.h | 42 bool show_types; variable
|
/external/llvm-project/lldb/source/Symbol/ |
D | Type.cpp | 313 bool show_types, bool show_summary, bool verbose, in DumpValue() argument 316 if (show_types) { in DumpValue() 331 show_types, show_summary, verbose, 0); in DumpValue() 412 bool show_types, bool show_summary, bool verbose) { in DumpValueInMemory() argument 421 DumpValue(exe_ctx, s, data, 0, show_types, show_summary, verbose); in DumpValueInMemory()
|
D | CompilerType.cpp | 715 uint32_t bitfield_bit_offset, bool show_types, in DumpValue() argument 721 bitfield_bit_offset, show_types, show_summary, in DumpValue()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | CompilerType.h | 361 uint32_t bitfield_bit_offset, bool show_types,
|
D | Type.h | 155 bool show_types, bool show_summary, bool verbose);
|
D | TypeSystem.h | 367 uint32_t bitfield_bit_offset, bool show_types,
|
/external/llvm-project/lldb/source/Core/ |
D | IOHandlerCursesGUI.cpp | 1601 bool show_types; member 2340 g_options.show_types = !g_options.show_types; in WindowDelegateHandleChar() 2465 options.show_types ? valobj->GetTypeName().GetCString() : nullptr; in DisplayRowObject()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 8291 uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool show_types, in DumpValue() argument 8366 show_types, // Boolean indicating if we should show the variable in DumpValue() 8408 if (show_types) { in DumpValue() 8432 show_types, // Boolean indicating if we should show the variable in DumpValue() 8529 show_types, // Boolean indicating if we should show the variable in DumpValue() 8566 show_types, // Boolean indicating if we should show the variable types in DumpValue() 8591 show_types, // Boolean indicating if we should show the variable types in DumpValue() 8616 show_types, // Boolean indicating if we should show the variable types in DumpValue() 8642 show_types, // Boolean indicating if we should show the variable types in DumpValue()
|
D | TypeSystemClang.h | 967 bool show_types, bool show_summary, bool verbose,
|