reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
294 std::string getAsString(bool InAttrGrp = false) const;
2532 Out << ' ' << Attrs.getAsString(); 3465 Out << ' ' << ArgAttrs.getAsString(); 3552 Out << ' ' << Attrs.getAsString(); 4140 << I.first.getAsString(true) << " }\n";lib/IR/Attributes.cpp
711 dbgs() << getAsString(true) << " }\n"; 1381 return getAttributes(Index).getAsString(InAttrGrp);lib/IR/Verifier.cpp
1659 AttributeSet::get(Context, IncompatibleAttrs).getAsString(), 1716 "Attribute '" + RetAttrs.getAsString() +