Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def81 DEBUGOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp84 DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs), in CGDebugInfo()
2683 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in completeClassData()
2743 bool DebugTypeExtRefs, const RecordDecl *RD, in shouldOmitDefinition() argument
2745 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in shouldOmitDefinition()
2802 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType()
2814 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType()
2953 if (DebugTypeExtRefs && ID->isFromASTFile() && ID->getDefinition() && in CreateType()
3477 DebugTypeExtRefs && ED->isFromASTFile() && ED->getDefinition(); in CreateEnumType()
3706 if (DebugTypeExtRefs && D->isFromASTFile()) { in getParentModuleOrNull()
5954 getOrCreateModuleRef(Info, DebugTypeExtRefs), getOrCreateFile(Loc), in EmitImportDecl()
H A DCGDebugInfo.h63 bool DebugTypeExtRefs; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp5007 if (getCodeGenOpts().DebugTypeExtRefs) in getModuleHash()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7154 MarshallingInfoFlag<CodeGenOpts<"DebugTypeExtRefs">>;