Home
last modified time | relevance | path

Searched refs:ModuleFeatures (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTableExecutorEmitter.cpp21 SubtargetFeatureInfoMap ModuleFeatures; in emitSubtargetFeatureBitsetImpl() local
23 std::inserter(ModuleFeatures, ModuleFeatures.end()), in emitSubtargetFeatureBitsetImpl()
36 ModuleFeatures, OS, "", &HwModes); in emitSubtargetFeatureBitsetImpl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp662 if (!LangOpts.ModuleFeatures.empty()) { in ReadLanguageOptions()
664 for (StringRef Feature : LangOpts.ModuleFeatures) in ReadLanguageOptions()
H A DCompilerInvocation.cpp4337 llvm::sort(Opts.ModuleFeatures); in ParseLangArgs()
5283 HBuilder.addRange(getLangOpts().ModuleFeatures); in getModuleHash()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h583 std::vector<std::string> ModuleFeatures; variable
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp122 HasFeature = llvm::is_contained(LangOpts.ModuleFeatures, Feature); in hasFeature()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp334 if (ExistingLangOpts.ModuleFeatures != LangOpts.ModuleFeatures) { in checkLanguageOptions()
6376 LangOpts.ModuleFeatures.push_back(ReadString(Record, Idx)); in ParseLanguageOptions()
H A DASTWriter.cpp1624 Record.push_back(LangOpts.ModuleFeatures.size()); in WriteControlBlock()
1625 for (StringRef Feature : LangOpts.ModuleFeatures) in WriteControlBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8138 MarshallingInfoStringVector<LangOpts<"ModuleFeatures">>;