Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2917 DWARFDIE decl_ctx_die2; in DIEDeclContextsMatch() local
2921 decl_ctx_die2 = decl_ctx_2[i]; in DIEDeclContextsMatch()
2922 if (decl_ctx_die1.Tag() != decl_ctx_die2.Tag()) in DIEDeclContextsMatch()
2940 decl_ctx_die2 = decl_ctx_2[i]; in DIEDeclContextsMatch()
2942 const char *name2 = decl_ctx_die2.GetName(); in DIEDeclContextsMatch()