Searched refs:getFunctionFeatureMap (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 262 Context.getFunctionFeatureMap(FeatureMap, FD); in ActOnGCCAsmStmt()
|
H A D | Sema.cpp | 2043 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkTypeSupport()
|
H A D | SemaDecl.cpp | 8699 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in CheckVariableDeclarationType()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTContext.h | 3125 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, 3127 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 2574 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures() 2593 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()
|
H A D | TargetInfo.cpp | 2568 Ctx.getFunctionFeatureMap(CallerMap, Caller); in initFeatureMaps() 2569 Ctx.getFunctionFeatureMap(CalleeMap, Callee); in initFeatureMaps()
|
H A D | CodeGenModule.cpp | 2210 getContext().getFunctionFeatureMap(FeatureMap, GD); in GetCPUAndFeaturesAttributes()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 2651 ASTCtx.getFunctionFeatureMap(FeatureMap, CurrentFunctionDecl);
|
H A D | ASTContext.cpp | 13335 void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in ASTContext 13338 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD)); in getFunctionFeatureMap() 13347 void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in ASTContext
|