Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2417 ValueObjectSP var_value_sp(ValueObjectVariable::Create(exe_scope, var_sp)); in PrettyPrintFunctionArguments() local
2420 const char *var_name = var_value_sp->GetName().GetCString(); in PrettyPrintFunctionArguments()
2421 if (var_value_sp->GetCompilerType().IsValid()) { in PrettyPrintFunctionArguments()
2423 var_value_sp = var_value_sp->GetQualifiedRepresentationIfAvailable( in PrettyPrintFunctionArguments()
2428 if (var_value_sp->GetCompilerType().IsAggregateType() && in PrettyPrintFunctionArguments()
2429 DataVisualization::ShouldPrintAsOneLiner(*var_value_sp)) { in PrettyPrintFunctionArguments()
2434 format.FormatObject(var_value_sp.get(), buffer, TypeSummaryOptions()); in PrettyPrintFunctionArguments()
2437 var_value_sp->DumpPrintableRepresentation( in PrettyPrintFunctionArguments()
2449 if (var_value_sp->GetError().Success()) { in PrettyPrintFunctionArguments()
2454 var_value_sp->GetTypeName().GetCString(), in PrettyPrintFunctionArguments()
[all …]