Home | History | Annotate | Download | only in DWARF

Lines Matching defs:true

95 //        return true;
161 m_valid = true;
282 const bool assert_not_being_parsed = true;
376 // return true; // Keep iterating
406 // return true; // Keep iterating
527 m_is_external_ast_source = true;
560 m_using_apple_tables = true;
569 m_using_apple_tables = true;
579 m_using_apple_tables = true;
589 m_using_apple_tables = true;
621 section = section_list->FindSectionByType (eSectionTypeDWARFDebugInfo, true).get();
626 section = section_list->FindSectionByType (eSectionTypeDWARFDebugAbbrev, true).get();
632 section = section_list->FindSectionByType (eSectionTypeDWARFDebugAranges, true).get();
636 section = section_list->FindSectionByType (eSectionTypeDWARFDebugFrame, true).get();
640 section = section_list->FindSectionByType (eSectionTypeDWARFDebugLine, true).get();
646 section = section_list->FindSectionByType (eSectionTypeDWARFDebugLoc, true).get();
650 section = section_list->FindSectionByType (eSectionTypeDWARFDebugMacInfo, true).get();
654 section = section_list->FindSectionByType (eSectionTypeDWARFDebugPubNames, true).get();
658 section = section_list->FindSectionByType (eSectionTypeDWARFDebugPubTypes, true).get();
662 section = section_list->FindSectionByType (eSectionTypeDWARFDebugRanges, true).get();
666 section = section_list->FindSectionByType (eSectionTypeDWARFDebugStr, true).get();
683 section = section_list->FindSectionByType (eSectionTypeDWARFDebugStr, true).get();
712 SectionSP section_sp (section_list->FindSectionByType(sect_type, true));
1068 func_name.SetValue(ConstString(mangled), true);
1116 return true;
1242 return true;
1271 return true;
1457 uval64_valid = true;
1500 return true;
1669 check_virtuality = true;
1677 return true;
1821 ObjCLanguageRuntime::MethodName prop_getter_method(prop_getter_name, true);
1827 ObjCLanguageRuntime::MethodName prop_setter_method(prop_setter_name, true);
1884 is_artificial = true;
1978 bool detect_unnamed_bitfields = true;
2120 is_a_class = true;
2136 bool is_base_of_class = true;
2271 const bool assert_not_being_parsed = true;
2358 return true;
2699 return true;
2764 force_check_line_table = true;
2773 Block& block = sc.function->GetBlock (true);
2862 file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex (1, file_spec, true);
2876 file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex (1, file_spec, true);
2906 Block& block = sc.function->GetBlock (true);
2917 line_idx = line_table->FindLineEntryIndexByFileIndex (line_idx + 1, file_idx, found_line, true, &sc.line_entry);
2950 m_indexed = true;
2979 dwarf_cu->ClearDIEs (true);
3013 // in this symbol file, so return true to indicate it matches this
3015 return true;
3021 return true; // No AST in the "namespace_decl", return true since it
3025 return true; // The ASTs match, return true
3043 return true;
3063 return true;
3074 return true;
3175 done = true;
3334 sc.block = sc.function->GetBlock (true).FindBlockByID (MakeUserID(inlined_die->GetOffset()));
3348 return true;
3438 if (is_cxx_method == true)
3463 best_name.SetValue (ConstString(mangled_name), true);
3495 return true;
3500 return true;
3512 return true;
3522 return true;
3678 bool keep_die = true;
4251 skip = true;
4266 skip = true;
4350 got_value = true;
4448 upper_bound_valid = true;
4604 bool assert_not_being_parsed = true;
4825 try_resolving_type = true;
4881 // and will return true when the declaration context matches, and false
4889 return true;
4973 return true;
5072 try_resolving_type = true;
5241 try_resolving_type = true;
5397 bool fast_path = true;
5661 *type_is_new_ptr = true;
5920 byte_size_valid = true;
6013 is_forward_declaration = true;
6026 type_sp = FindCompleteObjCDefinitionTypeForDIE (die, type_name_const_str, true);
6033 type_sp = m_debug_map_symfile->FindCompleteObjCDefinitionTypeForDIE (die, type_name_const_str, true);
6147 clang_type_was_created = true;
6156 clang_type_was_created = true;
6244 clang_type.SetHasExternalStorage (true);
6495 is_static = true;
6500 bool skip_artificial = true;
6528 ObjCLanguageRuntime::MethodName objc_method (type_name_cstr, true);
6529 if (objc_method.IsValid(true))
6649 type_handled = true;
6672 type_handled = true;
6691 type_handled = true;
6739 ignore_containing_context = true;
6770 type_handled = true;
6997 symbol_context_scope = sc.function->GetBlock(true).FindBlockByID(MakeUserID(sc_parent_die->GetOffset()));
7047 types_added += ParseTypes(child_sc, dwarf_cu, die->GetFirstChild(), true, true);
7050 types_added += ParseTypes(sc, dwarf_cu, die->GetFirstChild(), true, true);
7097 types_added = ParseTypes(sc, dwarf_cu, func_die->GetFirstChild(), true, true);
7105 types_added = ParseTypes(sc, dwarf_cu, dwarf_cu_die->GetFirstChild(), true, true);
7134 const size_t num_variables = ParseVariables(sc, dwarf_cu, func_lo_pc, function_die->GetFirstChild(), true, true);
7137 sc.function->GetBlock (false).SetDidParseVariables (true, true);
7275 location_is_const_value_data = true;
7316 has_explicit_location = true;
7446 linked_oso_file_addr = true;
7489 symbol_context_scope = sc.function->GetBlock(true).FindBlockByID(MakeUserID(sc_parent_die->GetOffset()));
7670 Block *block = sc.function->GetBlock(true).FindBlockByID(MakeUserID(sc_parent_die->GetOffset()));
7682 block = sc.function->GetBlock(true).FindBlockByID(MakeUserID(concrete_block_die->GetOffset()));
7724 vars_added += ParseVariables(sc, dwarf_cu, func_low_pc, die->GetFirstChild(), true, true, cc_variable_list);
7910 success = true;