Home
last modified time | relevance | path

Searched refs:AppendDIEsWithTag (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugPubnames.cpp94 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()
DDWARFCompileUnit.h40 …size_t AppendDIEsWithTag (const dw_tag_t tag, DWARFDIECollection& matching_dies, uint32_t dep…
DDWARFCompileUnit.cpp566 DWARFCompileUnit::AppendDIEsWithTag (const dw_tag_t tag, DWARFDIECollection& dies, uint32_t depth) … in AppendDIEsWithTag() function in DWARFCompileUnit
DSymbolFileDWARF.cpp1145 const size_t num_functions = dwarf_cu->AppendDIEsWithTag (DW_TAG_subprogram, function_dies); in ParseCompileUnitFunctions()