Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DModule.cpp74 HasFeature = std::find(LangOpts.ModuleFeatures.begin(), in hasFeature()
75 LangOpts.ModuleFeatures.end(), in hasFeature()
76 Feature) != LangOpts.ModuleFeatures.end(); in hasFeature()
/external/clang/include/clang/Basic/
DLangOptions.h113 std::vector<std::string> ModuleFeatures; variable
/external/clang/lib/Frontend/
DFrontendActions.cpp489 if (!LangOpts.ModuleFeatures.empty()) { in ReadLanguageOptions()
491 for (StringRef Feature : LangOpts.ModuleFeatures) in ReadLanguageOptions()
DCompilerInvocation.cpp1944 Opts.ModuleFeatures = Args.getAllArgValues(OPT_fmodule_feature); in ParseLangArgs()
1945 std::sort(Opts.ModuleFeatures.begin(), Opts.ModuleFeatures.end()); in ParseLangArgs()
2421 for (StringRef Feature : LangOpts->ModuleFeatures) in getModuleHash()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp4359 SubtargetFeatureInfoMap ModuleFeatures; in run() local
4361 std::inserter(ModuleFeatures, ModuleFeatures.end()), in run()
4374 ModuleFeatures, OS); in run()
/external/clang/lib/Serialization/
DASTReader.cpp229 if (ExistingLangOpts.ModuleFeatures != LangOpts.ModuleFeatures) { in checkLanguageOptions()
4703 LangOpts.ModuleFeatures.push_back(ReadString(Record, Idx)); in ParseLanguageOptions()
DASTWriter.cpp1360 Record.push_back(LangOpts.ModuleFeatures.size()); in WriteControlBlock()
1361 for (StringRef Feature : LangOpts.ModuleFeatures) in WriteControlBlock()