Home
last modified time | relevance | path

Searched refs:DebugTypeExtRefs (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp157 CodeGenOpts.DebugTypeExtRefs = true; in PCHContainerGenerator()
H A DCGDebugInfo.cpp73 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 DCGDebugInfo.h60 bool DebugTypeExtRefs; variable
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp617 CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
685 CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
H A DCompilerInvocation.cpp4676 if (getCodeGenOpts().DebugTypeExtRefs) in getModuleHash()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def342 CODEGENOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5484 MarshallingInfoFlag<CodeGenOpts<"DebugTypeExtRefs">>;