Searched refs:AppendDIEsWithTag (Results 1 – 4 of 4) sorted by relevance
94 const size_t die_count = cu->AppendDIEsWithTag (DW_TAG_subprogram, dies) + in GeneratePubnames()95 cu->AppendDIEsWithTag (DW_TAG_variable, dies); in GeneratePubnames()226 const size_t die_count = cu->AppendDIEsWithTag (DW_TAG_base_type, dies); in GeneratePubBaseTypes()
40 …size_t AppendDIEsWithTag (const dw_tag_t tag, DWARFDIECollection& matching_dies, uint32_t dep…
566 DWARFCompileUnit::AppendDIEsWithTag (const dw_tag_t tag, DWARFDIECollection& dies, uint32_t depth) … in AppendDIEsWithTag() function in DWARFCompileUnit
1145 const size_t num_functions = dwarf_cu->AppendDIEsWithTag (DW_TAG_subprogram, function_dies); in ParseCompileUnitFunctions()