Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp2079 bool check_children = false; in LookupAddress() local
2085 case DW_TAG_class_type : check_children = true; break; in LookupAddress()
2091 … case DW_TAG_lexical_block : check_children = true; match_addr_range = true; break; in LookupAddress()
2097 case DW_TAG_structure_type : check_children = true; break; in LookupAddress()
2103 case DW_TAG_common_block : check_children = true; break; in LookupAddress()
2106 … case DW_TAG_inlined_subroutine : check_children = true; match_addr_range = true; break; in LookupAddress()
2134 case DW_TAG_namespace : check_children = true; break; in LookupAddress()
2159 check_children = ((function_die != NULL) || (block_die != NULL)); in LookupAddress()
2165 check_children = (block_die != NULL); in LookupAddress()
2173 check_children = true; in LookupAddress()
[all …]
/external/lldb/source/Core/
DSection.cpp457 SectionList::FindSectionByType (SectionType sect_type, bool check_children, size_t start_idx) const in FindSectionByType() argument
468 else if (check_children) in FindSectionByType()
470 … sect_sp = m_sections[idx]->GetChildren().FindSectionByType (sect_type, check_children, 0); in FindSectionByType()
/external/lldb/include/lldb/Core/
DSection.h62 … FindSectionByType (lldb::SectionType sect_type, bool check_children, size_t start_idx = 0) const;
/external/chromium_org/third_party/libxml/src/
Dxmlschemas.c7275 goto check_children; in xmlSchemaParseLocalAttribute()
7337 check_children: in xmlSchemaParseLocalAttribute()
/external/libxml2/
Dxmlschemas.c7294 goto check_children; in xmlSchemaParseLocalAttribute()
7356 check_children: in xmlSchemaParseLocalAttribute()