Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h37 return show_types || no_summary_depth != 0 || show_location || in AnyOptionWasSet()
49 bool show_types : 1, show_location : 1, flat_output : 1, use_objc : 1, variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp89 show_types = true; in SetOptionValue()
166 show_types = false; in OptionParsingStarting()
200 .SetShowTypes(show_types) in GetAsDumpOptions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp283 bool show_types, bool show_summary, bool verbose, in DumpValue() argument
286 if (show_types) { in DumpValue()
299 show_types, show_summary, verbose, 0); in DumpValue()
368 bool show_types, bool show_summary, bool verbose) { in DumpValueInMemory() argument
377 DumpValue(exe_ctx, s, data, 0, show_types, show_summary, verbose); in DumpValueInMemory()
H A DCompilerType.cpp763 uint32_t bitfield_bit_offset, bool show_types, in DumpValue() argument
769 bitfield_bit_offset, show_types, show_summary, in DumpValue()
H A DClangASTContext.cpp9095 uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool show_types, in DumpValue() argument
9170 show_types, // Boolean indicating if we should show the variable in DumpValue()
9213 if (show_types) { in DumpValue()
9237 show_types, // Boolean indicating if we should show the variable in DumpValue()
9334 show_types, // Boolean indicating if we should show the variable in DumpValue()
9371 show_types, // Boolean indicating if we should show the variable types in DumpValue()
9396 show_types, // Boolean indicating if we should show the variable types in DumpValue()
9421 show_types, // Boolean indicating if we should show the variable types in DumpValue()
9447 show_types, // Boolean indicating if we should show the variable types in DumpValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.h42 bool show_types; variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h395 uint32_t bitfield_bit_offset, bool show_types,
H A DTypeSystem.h363 uint32_t bitfield_bit_offset, bool show_types,
H A DType.h154 bool show_types, bool show_summary, bool verbose);
H A DClangASTContext.h940 bool show_types, bool show_summary, bool verbose,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp2011 bool show_types; member
2753 g_options.show_types = !g_options.show_types; in WindowDelegateHandleChar()
2878 options.show_types ? valobj->GetTypeName().GetCString() : nullptr; in DisplayRowObject()