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

/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf_func.c96 die = func->func_die;
136 func->func_die = die;
H A D_libdwarf.h171 Dwarf_Die func_die; member in struct:_Dwarf_Func
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h312 bool GetFunction (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* func_die, lldb_private::SymbolContext& sc);
H A DSymbolFileDWARF.cpp2734 SymbolFileDWARF::GetFunction (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* func_die, SymbolContext& sc) argument
2740 sc.function = sc.comp_unit->FindFunctionByUID (MakeUserID(func_die->GetOffset())).get();
2742 sc.function = ParseCompileUnitFunction(sc, dwarf_cu, func_die);
7185 const DWARFDebugInfoEntry *func_die = dwarf_cu->GetDIEPtr(function_die_offset); local
7186 if (func_die && func_die->HasChildren())
7188 types_added = ParseTypes(sc, dwarf_cu, func_die->GetFirstChild(), true, true);

Completed in 181 milliseconds