Lines Matching refs:DWARFDebugInfoEntry

54 class DWARFDebugInfoEntry;  variable
112 …virtual lldb_private::Type* ResolveType (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* ty…
234 GetCachedClangDeclContextForDIE (const DWARFDebugInfoEntry *die) in GetCachedClangDeclContextForDIE()
244 …rDIE (const lldb_private::SymbolContext &sc, DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die);
251 const DWARFDebugInfoEntry *die,
252 const DWARFDebugInfoEntry **decl_ctx_die);
257 const DWARFDebugInfoEntry *
258 GetDeclContextDIEContainingDIE (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die);
305 const DWARFDebugInfoEntry* die);
312 …bool GetFunction (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* func_d…
313 …const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die);
317 const DWARFDebugInfoEntry *die,
320 …lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool …
321 …lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool …
322 …lldb_private::Type* ResolveTypeUID (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* die…
327 const DWARFDebugInfoEntry *die,
334 const DWARFDebugInfoEntry *die,
344 const DWARFDebugInfoEntry *parent_die);
349 const DWARFDebugInfoEntry *die,
364 const DWARFDebugInfoEntry *parent_die,
379 const DWARFDebugInfoEntry *enum_die);
384 const DWARFDebugInfoEntry *parent_die,
396 const DWARFDebugInfoEntry *die,
400 const DWARFDebugInfoEntry* die,
424 const DWARFDebugInfoEntry *die,
431 const DWARFDebugInfoEntry *die,
445 const DWARFDebugInfoEntry* die);
461 const DWARFDebugInfoEntry *
466 const DWARFDebugInfoEntry *
468 const DWARFDebugInfoEntry *die,
473 ResolveNamespaceDIE (DWARFCompileUnit *curr_cu, const DWARFDebugInfoEntry *die);
479 const DWARFDebugInfoEntry *die) in LinkDeclContextToDIE()
517 const DWARFDebugInfoEntry *parent_die,
522 const DWARFDebugInfoEntry *die,
533 DIEDeclContextsMatch (DWARFCompileUnit* cu1, const DWARFDebugInfoEntry *die1,
534 DWARFCompileUnit* cu2, const DWARFDebugInfoEntry *die2);
538 const DWARFDebugInfoEntry *class_die,
545 const DWARFDebugInfoEntry *src_class_die,
547 const DWARFDebugInfoEntry *dst_class_die,
548 llvm::SmallVectorImpl <const DWARFDebugInfoEntry *> &failures);
557 const DWARFDebugInfoEntry *die,
605 typedef llvm::SmallPtrSet<const DWARFDebugInfoEntry *, 4> DIEPointerSet;
606 typedef llvm::DenseMap<const DWARFDebugInfoEntry *, clang::DeclContext *> DIEToDeclContextMap;
608 typedef llvm::DenseMap<const DWARFDebugInfoEntry *, lldb_private::Type *> DIEToTypePtr;
609 typedef llvm::DenseMap<const DWARFDebugInfoEntry *, lldb::VariableSP> DIEToVariableSP;
610 typedef llvm::DenseMap<const DWARFDebugInfoEntry *, lldb::clang_type_t> DIEToClangType;
611 typedef llvm::DenseMap<lldb::clang_type_t, const DWARFDebugInfoEntry *> ClangTypeToDIE;