Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDModule.cpp129 HasFeature = std::find(LangOpts.ModuleFeatures.begin(), in hasFeature()
130 LangOpts.ModuleFeatures.end(), in hasFeature()
131 Feature) != LangOpts.ModuleFeatures.end(); in hasFeature()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDLangOptions.h283 std::vector<std::string> ModuleFeatures; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDFrontendActions.cpp544 if (!LangOpts.ModuleFeatures.empty()) { in ReadLanguageOptions()
546 for (StringRef Feature : LangOpts.ModuleFeatures) in ReadLanguageOptions()
HDCompilerInvocation.cpp2924 Opts.ModuleFeatures = Args.getAllArgValues(OPT_fmodule_feature); in ParseLangArgs()
2925 llvm::sort(Opts.ModuleFeatures); in ParseLangArgs()
3660 for (StringRef Feature : LangOpts->ModuleFeatures) in getModuleHash()
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDGlobalISelEmitter.cpp5208 SubtargetFeatureInfoMap ModuleFeatures; in run() local
5210 std::inserter(ModuleFeatures, ModuleFeatures.end()), in run()
5223 ModuleFeatures, OS); in run()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp1203 Record.push_back(LangOpts.ModuleFeatures.size()); in WriteControlBlock()
1204 for (StringRef Feature : LangOpts.ModuleFeatures) in WriteControlBlock()
HDASTReader.cpp315 if (ExistingLangOpts.ModuleFeatures != LangOpts.ModuleFeatures) { in checkLanguageOptions()
5704 LangOpts.ModuleFeatures.push_back(ReadString(Record, Idx)); in ParseLanguageOptions()