Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1021 bool ModulesCodegen = false; in VisitVarDecl() local
1029 ModulesCodegen = in VisitVarDecl()
1035 Record.push_back(ModulesCodegen); in VisitVarDecl()
1036 if (ModulesCodegen) in VisitVarDecl()
2462 bool ModulesCodegen = false; in AddFunctionDefinition() local
2472 ModulesCodegen = *Linkage == GVA_StrongExternal; in AddFunctionDefinition()
2474 if (Writer->Context->getLangOpts().ModulesCodegen || in AddFunctionDefinition()
2483 ModulesCodegen = in AddFunctionDefinition()
2488 Record->push_back(ModulesCodegen); in AddFunctionDefinition()
2489 if (ModulesCodegen) in AddFunctionDefinition()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def268 BENIGN_LANGOPT(ModulesCodegen , 1, 0, "Modules code generation")
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5288 MarshallingInfoFlag<LangOpts<"ModulesCodegen">>;