Home | History | Annotate | Download | only in DWARF

Lines Matching refs:die

234     GetCachedClangDeclContextForDIE (const DWARFDebugInfoEntry *die)
236 DIEToDeclContextMap::iterator pos = m_die_to_decl_ctx.find(die);
244 GetClangDeclContextForDIE (const lldb_private::SymbolContext &sc, DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die);
251 const DWARFDebugInfoEntry *die,
258 GetDeclContextDIEContainingDIE (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die);
305 const DWARFDebugInfoEntry* die);
313 lldb_private::Function * ParseCompileUnitFunction (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die);
317 const DWARFDebugInfoEntry *die,
320 size_t ParseTypes (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool parse_siblings, bool parse_children);
321 lldb::TypeSP ParseType (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool *type_is_new);
322 lldb_private::Type* ResolveTypeUID (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* die, bool assert_not_being_parsed);
327 const DWARFDebugInfoEntry *die,
334 const DWARFDebugInfoEntry *die,
349 const DWARFDebugInfoEntry *die,
390 // Given a die_offset, figure out the symbol context representing that die.
396 const DWARFDebugInfoEntry *die,
400 const DWARFDebugInfoEntry* die,
424 const DWARFDebugInfoEntry *die,
431 const DWARFDebugInfoEntry *die,
445 const DWARFDebugInfoEntry* die);
468 const DWARFDebugInfoEntry *die,
473 ResolveNamespaceDIE (DWARFCompileUnit *curr_cu, const DWARFDebugInfoEntry *die);
479 const DWARFDebugInfoEntry *die)
481 m_die_to_decl_ctx[die] = decl_ctx;
483 m_decl_ctx_to_die[decl_ctx].insert(die);
522 const DWARFDebugInfoEntry *die,
557 const DWARFDebugInfoEntry *die,
596 NameToDIE m_type_index; // All type DIE offsets
597 NameToDIE m_namespace_index; // All type DIE offsets