Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp497 CompilerType child_compiler_type(child_sp->GetCompilerType()); in ShouldPrintAsOneLiner() local
498 if (child_compiler_type.IsValid()) { in ShouldPrintAsOneLiner()
499 switch (child_compiler_type.ShouldPrintAsOneLiner(child_sp.get())) { in ShouldPrintAsOneLiner()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2820 CompilerType child_compiler_type; in Dereference() local
2831 child_compiler_type = *child_compiler_type_or_err; in Dereference()
2833 if (child_compiler_type && child_byte_size) { in Dereference()
2839 *this, child_compiler_type, child_name, child_byte_size, in Dereference()
2852 child_compiler_type = compiler_type.GetPointeeType(); in Dereference()
2854 if (child_compiler_type) { in Dereference()
2860 *this, child_compiler_type, child_name, child_byte_size, in Dereference()