Searched refs:getFunctionFeatureMap (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTContext.h | 2946 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, 2948 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 261 Context.getFunctionFeatureMap(FeatureMap, FD); in ActOnGCCAsmStmt()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 2460 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures() 2483 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()
|
H A D | TargetInfo.cpp | 2518 Ctx.getFunctionFeatureMap(CallerMap, Caller); in initFeatureMaps() 2519 Ctx.getFunctionFeatureMap(CalleeMap, Callee); in initFeatureMaps()
|
H A D | CodeGenModule.cpp | 1928 getContext().getFunctionFeatureMap(FeatureMap, GD); in GetCPUAndFeaturesAttributes()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 2442 ASTCtx.getFunctionFeatureMap(FeatureMap, CurrentFunctionDecl);
|
H A D | ASTContext.cpp | 11564 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
|