Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DCodeGenOptions.cpp37 if (ModuleFormat == "raw" && !DebugTypeExtRefs) { in resetNonModularOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def66 DEBUGOPT(DebugTypeExtRefs, 1, 0, Affecting) ///< Whether or not debug info should contain
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerWriter.cpp158 CodeGenOpts.DebugTypeExtRefs = true; in PCHContainerGenerator()
H A DCGDebugInfo.cpp121 DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs), in CGDebugInfo()
2907 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in completeClassData()
2967 bool DebugTypeExtRefs, const RecordDecl *RD, in shouldOmitDefinition() argument
2969 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in shouldOmitDefinition()
3026 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType()
3038 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType()
3180 if (DebugTypeExtRefs && ID->isFromASTFile() && ID->getDefinition() && in CreateType()
3713 DebugTypeExtRefs && ED->isFromASTFile() && ED->getDefinition(); in CreateEnumType()
3952 if (DebugTypeExtRefs && D->isFromASTFile()) { in getParentModuleOrNull()
6217 getOrCreateModuleRef(Info, DebugTypeExtRefs), getOrCreateFile(Loc), in EmitImportDecl()
H A DCGDebugInfo.h66 bool DebugTypeExtRefs; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp5354 if (getCodeGenOpts().DebugTypeExtRefs) in getModuleHash()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7691 MarshallingInfoFlag<CodeGenOpts<"DebugTypeExtRefs">>;