Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1189 StringRef DeclLinkageName; in applySubprogramDefinitionAttributes() local
1206 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()
1222 assert(((LinkageName.empty() || DeclLinkageName.empty()) || in applySubprogramDefinitionAttributes()
1223 LinkageName == DeclLinkageName) && in applySubprogramDefinitionAttributes()
1225 if (DeclLinkageName.empty() && in applySubprogramDefinitionAttributes()