Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp5201 DWARFDIECollection decl_ctx_1; in DIEDeclContextsMatch() local
5218 die1->GetDeclContextDIEs (this, cu1, decl_ctx_1); in DIEDeclContextsMatch()
5222 const size_t count1 = decl_ctx_1.Size(); in DIEDeclContextsMatch()
5234 decl_ctx_die1 = decl_ctx_1.GetDIEPtrAtIndex (i); in DIEDeclContextsMatch()
5244 assert (decl_ctx_1.GetDIEPtrAtIndex (count1 - 1)->Tag() == DW_TAG_compile_unit); in DIEDeclContextsMatch()
5251 decl_ctx_die1 = decl_ctx_1.GetDIEPtrAtIndex (i); in DIEDeclContextsMatch()