Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h33 return show_types || no_summary_depth != 0 || show_location || in AnyOptionWasSet()
45 bool show_types : 1, show_location : 1, flat_output : 1, use_objc : 1, variable
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp84 show_types = true; in SetOptionValue()
162 show_types = false; in OptionParsingStarting()
200 .SetShowTypes(show_types) in GetAsDumpOptions()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp317 bool show_types, bool show_summary, bool verbose, in DumpValue() argument
320 if (show_types) { in DumpValue()
335 show_types, show_summary, verbose, 0); in DumpValue()
421 bool show_types, bool show_summary, bool verbose) { in DumpValueInMemory() argument
430 DumpValue(exe_ctx, s, data, 0, show_types, show_summary, verbose); in DumpValueInMemory()
H A DCompilerType.cpp822 uint32_t bitfield_bit_offset, bool show_types, in DumpValue() argument
829 show_types, show_summary, verbose, depth); in DumpValue()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectExpression.h42 bool show_types; variable
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h442 uint32_t bitfield_bit_offset, bool show_types,
H A DType.h158 bool show_types, bool show_summary, bool verbose);
H A DTypeSystem.h389 uint32_t bitfield_bit_offset, bool show_types,
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8597 uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool show_types, in DumpValue() argument
8672 show_types, // Boolean indicating if we should show the variable in DumpValue()
8714 if (show_types) { in DumpValue()
8738 show_types, // Boolean indicating if we should show the variable in DumpValue()
8835 show_types, // Boolean indicating if we should show the variable in DumpValue()
8872 show_types, // Boolean indicating if we should show the variable types in DumpValue()
8897 show_types, // Boolean indicating if we should show the variable types in DumpValue()
8922 show_types, // Boolean indicating if we should show the variable types in DumpValue()
8948 show_types, // Boolean indicating if we should show the variable types in DumpValue()
H A DTypeSystemClang.h976 bool show_types, bool show_summary, bool verbose,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4592 bool show_types; member
5629 g_options.show_types = !g_options.show_types; in WindowDelegateHandleChar()
5754 options.show_types ? valobj->GetTypeName().GetCString() : nullptr; in DisplayRowObject()