Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def299 BENIGN_LANGOPT(ModulesDebugInfo , 1, 0, "Modules debug info")
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6034 bool ModulesDebugInfo = in AddCXXDefinitionData() local
6035 Writer->Context->getLangOpts().ModulesDebugInfo && !D->isDependentType(); in AddCXXDefinitionData()
6036 Record->push_back(ModulesDebugInfo); in AddCXXDefinitionData()
6037 if (ModulesDebugInfo) in AddCXXDefinitionData()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7304 MarshallingInfoFlag<LangOpts<"ModulesDebugInfo">>;