Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1076 bool ModulesCodegen = false; in VisitVarDecl() local
1083 ModulesCodegen = in VisitVarDecl()
1089 VarDeclBits.addBit(ModulesCodegen); in VisitVarDecl()
1124 if (ModulesCodegen) in VisitVarDecl()
2770 bool ModulesCodegen = false; in AddFunctionDefinition() local
2780 ModulesCodegen = *Linkage >= GVA_StrongExternal; in AddFunctionDefinition()
2782 if (Writer->Context->getLangOpts().ModulesCodegen || in AddFunctionDefinition()
2791 ModulesCodegen = in AddFunctionDefinition()
2796 Record->push_back(ModulesCodegen); in AddFunctionDefinition()
2797 if (ModulesCodegen) in AddFunctionDefinition()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp128 if (!CI.getLangOpts().ModulesCodegen) { in makeCommonInvocationForModuleBuild()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def298 BENIGN_LANGOPT(ModulesCodegen , 1, 0, "Modules code generation")
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7299 MarshallingInfoFlag<LangOpts<"ModulesCodegen">>;