Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1188 StringRef DeclLinkageName; in applySubprogramDefinitionAttributes() local
1205 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()
1221 assert(((LinkageName.empty() || DeclLinkageName.empty()) || in applySubprogramDefinitionAttributes()
1222 LinkageName == DeclLinkageName) && in applySubprogramDefinitionAttributes()
1224 if (DeclLinkageName.empty() && in applySubprogramDefinitionAttributes()