Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2767 DWARFDIE decl_ctx_die2; in DIEDeclContextsMatch() local
2771 decl_ctx_die2 = decl_ctx_2[i]; in DIEDeclContextsMatch()
2772 if (decl_ctx_die1.Tag() != decl_ctx_die2.Tag()) in DIEDeclContextsMatch()
2790 decl_ctx_die2 = decl_ctx_2[i]; in DIEDeclContextsMatch()
2792 const char *name2 = decl_ctx_die2.GetName(); in DIEDeclContextsMatch()