Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2766 DWARFDIE decl_ctx_die1; in DIEDeclContextsMatch() local
2770 decl_ctx_die1 = decl_ctx_1[i]; in DIEDeclContextsMatch()
2772 if (decl_ctx_die1.Tag() != decl_ctx_die2.Tag()) in DIEDeclContextsMatch()
2789 decl_ctx_die1 = decl_ctx_1[i]; in DIEDeclContextsMatch()
2791 const char *name1 = decl_ctx_die1.GetName(); in DIEDeclContextsMatch()