Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp262 Context.getFunctionFeatureMap(FeatureMap, FD); in ActOnGCCAsmStmt()
H A DSema.cpp2043 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkTypeSupport()
H A DSemaDecl.cpp8699 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in CheckVariableDeclarationType()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h3125 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
3127 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2574 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures()
2593 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()
H A DTargetInfo.cpp2568 Ctx.getFunctionFeatureMap(CallerMap, Caller); in initFeatureMaps()
2569 Ctx.getFunctionFeatureMap(CalleeMap, Callee); in initFeatureMaps()
H A DCodeGenModule.cpp2210 getContext().getFunctionFeatureMap(FeatureMap, GD); in GetCPUAndFeaturesAttributes()
/openbsd/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp2651 ASTCtx.getFunctionFeatureMap(FeatureMap, CurrentFunctionDecl);
H A DASTContext.cpp13335 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