Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp152 CodeGenOpts.DebugTypeExtRefs = true; in PCHContainerGenerator()
H A DCGDebugInfo.cpp67 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 DCGDebugInfo.h59 bool DebugTypeExtRefs; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp567 ASTDiags, CI.getFileSystemOpts(), CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
633 CI.getFileSystemOpts(), CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
H A DCompilerInvocation.cpp731 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 DCodeGenOptions.def256 CODEGENOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain