Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1144 DWARFDIECollection function_dies; in ParseCompileUnitFunctions() local
1145 const size_t num_functions = dwarf_cu->AppendDIEsWithTag (DW_TAG_subprogram, function_dies); in ParseCompileUnitFunctions()
1149 const DWARFDebugInfoEntry *die = function_dies.GetDIEPtrAtIndex(func_idx); in ParseCompileUnitFunctions()