Home
last modified time | relevance | path

Searched refs:ModulesCodegen (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1019 bool ModulesCodegen = false; in VisitVarDecl() local
1027 ModulesCodegen = in VisitVarDecl()
1033 Record.push_back(ModulesCodegen); in VisitVarDecl()
1034 if (ModulesCodegen) in VisitVarDecl()
2444 bool ModulesCodegen = false; in AddFunctionDefinition() local
2454 ModulesCodegen = *Linkage == GVA_StrongExternal; in AddFunctionDefinition()
2456 if (Writer->Context->getLangOpts().ModulesCodegen || in AddFunctionDefinition()
2465 ModulesCodegen = in AddFunctionDefinition()
2470 Record->push_back(ModulesCodegen); in AddFunctionDefinition()
2471 if (ModulesCodegen) in AddFunctionDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.def264 BENIGN_LANGOPT(ModulesCodegen , 1, 0, "Modules code generation")
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5228 MarshallingInfoFlag<LangOpts<"ModulesCodegen">>;