Home
last modified time | relevance | path

Searched defs:FeatureName (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRISCVTargetDefEmitter.cpp104 StringRef FeatureName = getExtensionName(Feature); in printMArch() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp225 for (const auto &FeatureName : EnabledFeatureNames) { in printEnabledExtensions() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h344 std::string FeatureName; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp1584 auto HasFeature = [&](StringRef FeatureName) -> bool { in handleInterruptAttr()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp641 StringRef FeatureName) { in AddTargetFeature()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2952 FeatureValidityCheck([&](StringRef FeatureName) { in TargetOMPContext()