Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp505 CompilerType child_compiler_type(child_sp->GetCompilerType()); in ShouldPrintAsOneLiner() local
506 if (child_compiler_type.IsValid()) { in ShouldPrintAsOneLiner()
507 switch (child_compiler_type.ShouldPrintAsOneLiner(child_sp.get())) { in ShouldPrintAsOneLiner()