Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2466 ValueObjectSP var_value_sp(ValueObjectVariable::Create(exe_scope, var_sp)); in PrettyPrintFunctionArguments() local
2469 const char *var_name = var_value_sp->GetName().GetCString(); in PrettyPrintFunctionArguments()
2470 if (var_value_sp->GetCompilerType().IsValid()) { in PrettyPrintFunctionArguments()
2472 var_value_sp = var_value_sp->GetQualifiedRepresentationIfAvailable( in PrettyPrintFunctionArguments()
2477 if (var_value_sp->GetCompilerType().IsAggregateType() && in PrettyPrintFunctionArguments()
2478 DataVisualization::ShouldPrintAsOneLiner(*var_value_sp)) { in PrettyPrintFunctionArguments()
2483 format.FormatObject(var_value_sp.get(), buffer, TypeSummaryOptions()); in PrettyPrintFunctionArguments()
2486 var_value_sp->DumpPrintableRepresentation( in PrettyPrintFunctionArguments()
2498 if (var_value_sp->GetError().Success()) { in PrettyPrintFunctionArguments()
2503 var_value_sp->GetTypeName().GetCString(), in PrettyPrintFunctionArguments()
[all …]