Searched refs:DebugTypeExtRefs (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 157 CodeGenOpts.DebugTypeExtRefs = true; in PCHContainerGenerator()
|
| H A D | CGDebugInfo.cpp | 73 DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs), in CGDebugInfo() 2445 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in completeClassData() 2492 bool DebugTypeExtRefs, const RecordDecl *RD, in shouldOmitDefinition() argument 2494 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in shouldOmitDefinition() 2551 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType() 2563 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType() 2682 if (DebugTypeExtRefs && ID->isFromASTFile() && ID->getDefinition() && in CreateType() 3206 DebugTypeExtRefs && ED->isFromASTFile() && ED->getDefinition(); in CreateEnumType() 3410 if (DebugTypeExtRefs && D->isFromASTFile()) { in getParentModuleOrNull() 5597 getOrCreateModuleRef(Info, DebugTypeExtRefs), getOrCreateFile(Loc), in EmitImportDecl()
|
| H A D | CGDebugInfo.h | 60 bool DebugTypeExtRefs; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 617 CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile() 685 CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
|
| H A D | CompilerInvocation.cpp | 4676 if (getCodeGenOpts().DebugTypeExtRefs) in getModuleHash()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 342 CODEGENOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 5484 MarshallingInfoFlag<CodeGenOpts<"DebugTypeExtRefs">>;
|