Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1373 StringRef DeclLinkageName; in applySubprogramDefinitionAttributes() local
1390 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()
1406 assert(((LinkageName.empty() || DeclLinkageName.empty()) || in applySubprogramDefinitionAttributes()
1407 LinkageName == DeclLinkageName) && in applySubprogramDefinitionAttributes()
1409 if (DeclLinkageName.empty() && in applySubprogramDefinitionAttributes()