Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp926 DWARFDIECollection function_dies; in ParseFunctions() local
928 dwarf_cu->AppendDIEsWithTag(DW_TAG_subprogram, function_dies); in ParseFunctions()
931 DWARFDIE die = function_dies.GetDIEAtIndex(func_idx); in ParseFunctions()