Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3050 DWARFDIE decl_ctx_die1; in DIEDeclContextsMatch() local
3054 decl_ctx_die1 = decl_ctx_1[i]; in DIEDeclContextsMatch()
3056 if (decl_ctx_die1.Tag() != decl_ctx_die2.Tag()) in DIEDeclContextsMatch()
3073 decl_ctx_die1 = decl_ctx_1[i]; in DIEDeclContextsMatch()
3075 const char *name1 = decl_ctx_die1.GetName(); in DIEDeclContextsMatch()