Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp124 HasFeature = std::find(LangOpts.ModuleFeatures.begin(), in hasFeature()
125 LangOpts.ModuleFeatures.end(), in hasFeature()
126 Feature) != LangOpts.ModuleFeatures.end(); in hasFeature()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp554 if (!LangOpts.ModuleFeatures.empty()) { in ReadLanguageOptions()
556 for (StringRef Feature : LangOpts.ModuleFeatures) in ReadLanguageOptions()
H A DCompilerInvocation.cpp3791 llvm::sort(Opts.ModuleFeatures); in ParseLangArgs()
4491 for (StringRef Feature : LangOpts->ModuleFeatures) in getModuleHash()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h335 std::vector<std::string> ModuleFeatures; variable
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp5724 SubtargetFeatureInfoMap ModuleFeatures; in run() local
5726 std::inserter(ModuleFeatures, ModuleFeatures.end()), in run()
5739 ModuleFeatures, OS); in run()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1245 Record.push_back(LangOpts.ModuleFeatures.size()); in WriteControlBlock()
1246 for (StringRef Feature : LangOpts.ModuleFeatures) in WriteControlBlock()
H A DASTReader.cpp318 if (ExistingLangOpts.ModuleFeatures != LangOpts.ModuleFeatures) { in checkLanguageOptions()
5757 LangOpts.ModuleFeatures.push_back(ReadString(Record, Idx)); in ParseLanguageOptions()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5206 MarshallingInfoStringVector<LangOpts<"ModuleFeatures">>;