Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp4927 const DWARFDebugInfoEntry *decl_ctx_die2; in DIEDeclContextsMatch() local
4932 decl_ctx_die2 = decl_ctx_2.GetDIEPtrAtIndex (i); in DIEDeclContextsMatch()
4933 if (decl_ctx_die1->Tag() != decl_ctx_die2->Tag()) in DIEDeclContextsMatch()
4949 decl_ctx_die2 = decl_ctx_2.GetDIEPtrAtIndex (i); in DIEDeclContextsMatch()
4951 const char *name2 = decl_ctx_die2->GetName(this, cu2); in DIEDeclContextsMatch()