Searched defs:function_dies (Results 1 - 1 of 1) sorted by relevance

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

Completed in 65 milliseconds