Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2946 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
2948 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp261 Context.getFunctionFeatureMap(FeatureMap, FD); in ActOnGCCAsmStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2460 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures()
2483 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.cpp1928 getContext().getFunctionFeatureMap(FeatureMap, GD); in GetCPUAndFeaturesAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp2442 ASTCtx.getFunctionFeatureMap(FeatureMap, CurrentFunctionDecl);
H A DASTContext.cpp11564 void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in ASTContext
11567 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD)); in getFunctionFeatureMap()
11576 void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in ASTContext