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

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2686 SymbolFileDWARF::GetFunction (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* func_die, SymbolContext& sc) argument
2692 sc.function = sc.comp_unit->FindFunctionByUID (MakeUserID(func_die->GetOffset())).get();
2694 sc.function = ParseCompileUnitFunction(sc, dwarf_cu, func_die);
7094 const DWARFDebugInfoEntry *func_die = dwarf_cu->GetDIEPtr(function_die_offset); local
7095 if (func_die && func_die->HasChildren())
7097 types_added = ParseTypes(sc, dwarf_cu, func_die->GetFirstChild(), true, true);

Completed in 99 milliseconds