Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2944 ParsedTargetAttr filterFunctionTargetAttrs(const TargetAttr *TD) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2479 CGM.getContext().filterFunctionTargetAttrs(TD); in checkTargetFeatures()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp11550 ASTContext::filterFunctionTargetAttrs(const TargetAttr *TD) const { in filterFunctionTargetAttrs() function in ASTContext
11581 ParsedTargetAttr ParsedAttr = filterFunctionTargetAttrs(TD); in getFunctionFeatureMap()