Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp261 Context.getFunctionFeatureMap(FeatureMap, FD); in ActOnGCCAsmStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2997 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
2999 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2474 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures()
2497 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()
H A DTargetInfo.cpp2518 Ctx.getFunctionFeatureMap(CallerMap, Caller); in initFeatureMaps()
2519 Ctx.getFunctionFeatureMap(CalleeMap, Callee); in initFeatureMaps()
H A DCodeGenModule.cpp1958 getContext().getFunctionFeatureMap(FeatureMap, GD); in GetCPUAndFeaturesAttributes()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2484 ASTCtx.getFunctionFeatureMap(FeatureMap, CurrentFunctionDecl);
H A DASTContext.cpp11638 void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in ASTContext
11641 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD)); in getFunctionFeatureMap()
11650 void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in ASTContext