Searched refs:DebugTypeExtRefs (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | CodeGenOptions.cpp | 46 if (ModuleFormat == "raw" && !DebugTypeExtRefs) { in resetNonModularOptions()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DebugOptions.def | 79 DEBUGOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 157 CodeGenOpts.DebugTypeExtRefs = true; in PCHContainerGenerator()
|
| H A D | CGDebugInfo.cpp | 74 DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs), in CGDebugInfo() 2557 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in completeClassData() 2617 bool DebugTypeExtRefs, const RecordDecl *RD, in shouldOmitDefinition() argument 2619 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in shouldOmitDefinition() 2676 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType() 2688 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType() 2827 if (DebugTypeExtRefs && ID->isFromASTFile() && ID->getDefinition() && in CreateType() 3351 DebugTypeExtRefs && ED->isFromASTFile() && ED->getDefinition(); in CreateEnumType() 3556 if (DebugTypeExtRefs && D->isFromASTFile()) { in getParentModuleOrNull() 5771 getOrCreateModuleRef(Info, DebugTypeExtRefs), getOrCreateFile(Loc), in EmitImportDecl()
|
| H A D | CGDebugInfo.h | 60 bool DebugTypeExtRefs; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 4797 if (getCodeGenOpts().DebugTypeExtRefs) in getModuleHash()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 6847 MarshallingInfoFlag<CodeGenOpts<"DebugTypeExtRefs">>;
|