Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1132 StringRef DeclLinkageName; in applySubprogramDefinitionAttributes() local
1148 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()
1163 assert(((LinkageName.empty() || DeclLinkageName.empty()) || in applySubprogramDefinitionAttributes()
1164 LinkageName == DeclLinkageName) && in applySubprogramDefinitionAttributes()
1166 if (DeclLinkageName.empty() && in applySubprogramDefinitionAttributes()