Searched refs:child_compiler_type (Results 1 – 2 of 2) sorted by relevance
497 CompilerType child_compiler_type(child_sp->GetCompilerType()); in ShouldPrintAsOneLiner() local498 if (child_compiler_type.IsValid()) { in ShouldPrintAsOneLiner()499 switch (child_compiler_type.ShouldPrintAsOneLiner(child_sp.get())) { in ShouldPrintAsOneLiner()
2820 CompilerType child_compiler_type; in Dereference() local2831 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()