Searched refs:AttrStr (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h238 auto AttrStr = Attr.getKindAsString(); local
239 if (!AttrStr.consume_front("no-builtin-"))
241 if (getLibFunc(AttrStr, LF))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3541 std::string AttrStr; local
3545 if (!AttrStr.empty()) AttrStr += ' ';
3546 AttrStr += Attr.getAsString();
3550 if (!AttrStr.empty())
3551 Out << "; Function Attrs: " << AttrStr << '\n'; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3065 bool Sema::checkTargetAttr(SourceLocation LiteralLoc, StringRef AttrStr) { argument
3069 if (AttrStr.find(Str) != StringRef::npos)
3073 ParsedTargetAttr ParsedAttrs = TargetAttr::parse(AttrStr);

Completed in 188 milliseconds