Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupValueObjectDisplay.h34 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/
DOptionGroupValueObjectDisplay.cpp88 show_types = true; in SetOptionValue()
164 show_types = false; in OptionParsingStarting()
198 .SetShowTypes(show_types) in GetAsDumpOptions()
/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.h42 bool show_types; variable
/external/llvm-project/lldb/source/Symbol/
DType.cpp313 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()
DCompilerType.cpp715 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/
DCompilerType.h361 uint32_t bitfield_bit_offset, bool show_types,
DType.h155 bool show_types, bool show_summary, bool verbose);
DTypeSystem.h367 uint32_t bitfield_bit_offset, bool show_types,
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp1601 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/
DTypeSystemClang.cpp8291 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()
DTypeSystemClang.h967 bool show_types, bool show_summary, bool verbose,