Searched refs:DebugTypeExtRefs (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DebugOptions.def | 81 DEBUGOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 84 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 D | CGDebugInfo.h | 63 bool DebugTypeExtRefs; variable
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 5007 if (getCodeGenOpts().DebugTypeExtRefs) in getModuleHash()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 7154 MarshallingInfoFlag<CodeGenOpts<"DebugTypeExtRefs">>;
|