Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp53 StringRef AttributeText; in forceAttributes() local
58 AttributeText = KV.second; in forceAttributes()
60 AttributeText = S; in forceAttributes()
62 auto Kind = Attribute::getAttrKindFromName(AttributeText); in forceAttributes()
64 LLVM_DEBUG(dbgs() << "ForcedAttribute: " << AttributeText in forceAttributes()