Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h1128 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, GlobalDecl GD);
H A DCodeGenFunction.cpp2336 CGM.getFunctionFeatureMap(CallerFeatureMap, GlobalDecl().getWithDecl(FD)); in hasRequiredFeatures()
2395 CGM.getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()
H A DCodeGenModule.cpp1407 getFunctionFeatureMap(FeatureMap, GD); in GetCPUAndFeaturesAttributes()
5461 void CodeGenModule::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in CodeGenModule