Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp1031 bool ModulesCodegen = false; in VisitVarDecl() local
1039 ModulesCodegen = in VisitVarDecl()
1045 Record.push_back(ModulesCodegen); in VisitVarDecl()
1046 if (ModulesCodegen) in VisitVarDecl()
2457 bool ModulesCodegen = false; in AddFunctionDefinition() local
2467 ModulesCodegen = *Linkage == GVA_StrongExternal; in AddFunctionDefinition()
2469 if (Writer->Context->getLangOpts().ModulesCodegen || in AddFunctionDefinition()
2478 ModulesCodegen = in AddFunctionDefinition()
2483 Record->push_back(ModulesCodegen); in AddFunctionDefinition()
2484 if (ModulesCodegen) in AddFunctionDefinition()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def284 BENIGN_LANGOPT(ModulesCodegen , 1, 0, "Modules code generation")
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5778 MarshallingInfoFlag<LangOpts<"ModulesCodegen">>;