Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp4926 const DWARFDebugInfoEntry *decl_ctx_die1; in DIEDeclContextsMatch() local
4931 decl_ctx_die1 = decl_ctx_1.GetDIEPtrAtIndex (i); in DIEDeclContextsMatch()
4933 if (decl_ctx_die1->Tag() != decl_ctx_die2->Tag()) in DIEDeclContextsMatch()
4948 decl_ctx_die1 = decl_ctx_1.GetDIEPtrAtIndex (i); in DIEDeclContextsMatch()
4950 const char *name1 = decl_ctx_die1->GetName(this, cu1); in DIEDeclContextsMatch()