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.cpp1222 StringRef DeclLinkageName; in applySubprogramDefinitionAttributes() local
1239 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()
1255 assert(((LinkageName.empty() || DeclLinkageName.empty()) || in applySubprogramDefinitionAttributes()
1256 LinkageName == DeclLinkageName) && in applySubprogramDefinitionAttributes()
1258 if (DeclLinkageName.empty() && in applySubprogramDefinitionAttributes()