Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp631 bool TargetInfo::isValidClobber(StringRef Name) const { in isValidClobber() function in TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1058 bool isValidClobber(StringRef Name) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp474 if (!Context.getTargetInfo().isValidClobber(Clobber)) { in ActOnGCCAsmStmt()