Home
last modified time | relevance | path

Searched defs:CallerFeatureMap (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DBuiltinTargetFeatures.h38 const llvm::StringMap<bool> &CallerFeatureMap; variable
89 TargetFeatures(const llvm::StringMap<bool> &CallerFeatureMap) in TargetFeatures()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2544 llvm::StringMap<bool> CallerFeatureMap; in checkTargetFeatures() local