Searched refs:DebugTypeExtRefs (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 152 CodeGenOpts.DebugTypeExtRefs = true; in PCHContainerGenerator()
|
| H A D | CGDebugInfo.cpp | 67 DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs), in CGDebugInfo() 2018 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in completeClassData() 2048 bool DebugTypeExtRefs, const RecordDecl *RD, in shouldOmitDefinition() argument 2050 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in shouldOmitDefinition() 2094 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType() 2106 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType() 2225 if (DebugTypeExtRefs && ID->isFromASTFile() && ID->getDefinition() && in CreateType() 2643 DebugTypeExtRefs && ED->isFromASTFile() && ED->getDefinition(); in CreateEnumType() 2840 if (DebugTypeExtRefs && D->isFromASTFile()) { in getParentModuleOrNull() 4336 getOrCreateModuleRef(Info, DebugTypeExtRefs), getOrCreateFile(Loc), in EmitImportDecl()
|
| H A D | CGDebugInfo.h | 59 bool DebugTypeExtRefs; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 567 ASTDiags, CI.getFileSystemOpts(), CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile() 633 CI.getFileSystemOpts(), CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
|
| H A D | CompilerInvocation.cpp | 731 Opts.DebugTypeExtRefs = Args.hasArg(OPT_dwarf_ext_refs); in ParseCodeGenArgs() 3421 if (getCodeGenOpts().DebugTypeExtRefs) in getModuleHash()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 256 CODEGENOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
|