Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DLangOptions.def261 BENIGN_LANGOPT(ModulesDebugInfo , 1, 0, "Modules debug info")
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp5767 bool ModulesDebugInfo = in AddCXXDefinitionData() local
5768 Writer->Context->getLangOpts().ModulesDebugInfo && !D->isDependentType(); in AddCXXDefinitionData()
5769 Record->push_back(ModulesDebugInfo); in AddCXXDefinitionData()
5770 if (ModulesDebugInfo) in AddCXXDefinitionData()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp3018 Opts.ModulesDebugInfo = Args.hasArg(OPT_fmodules_debuginfo); in ParseLangArgs()