Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1131 DIE *DeclDie = nullptr; in applySubprogramDefinitionAttributes() local
1142 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()
1143 assert(DeclDie && "This DIE should've already been constructed when the " in applySubprogramDefinitionAttributes()
1171 if (!DeclDie) in applySubprogramDefinitionAttributes()
1176 addDIEEntry(SPDie, dwarf::DW_AT_specification, *DeclDie); in applySubprogramDefinitionAttributes()