Searched refs:DebugTypeExtRefs (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 157 CodeGenOpts.DebugTypeExtRefs = true; in PCHContainerGenerator()
|
| H A D | CGDebugInfo.cpp | 69 DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs), in CGDebugInfo() 2435 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in completeClassData() 2482 bool DebugTypeExtRefs, const RecordDecl *RD, in shouldOmitDefinition() argument 2484 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in shouldOmitDefinition() 2541 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType() 2553 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType() 2672 if (DebugTypeExtRefs && ID->isFromASTFile() && ID->getDefinition() && in CreateType() 3189 DebugTypeExtRefs && ED->isFromASTFile() && ED->getDefinition(); in CreateEnumType() 3393 if (DebugTypeExtRefs && D->isFromASTFile()) { in getParentModuleOrNull() 5556 getOrCreateModuleRef(Info, DebugTypeExtRefs), getOrCreateFile(Loc), in EmitImportDecl()
|
| H A D | CGDebugInfo.h | 60 bool DebugTypeExtRefs; variable
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 611 CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile() 680 CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
|
| H A D | CompilerInvocation.cpp | 4631 if (getCodeGenOpts().DebugTypeExtRefs) in getModuleHash()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 333 CODEGENOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 5325 MarshallingInfoFlag<CodeGenOpts<"DebugTypeExtRefs">>;
|