Searched refs:DebugTypeExtRefs (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/CodeGen/ |
D | ObjectFilePCHContainerOperations.cpp | 154 CodeGenOpts.DebugTypeExtRefs = true; in PCHContainerGenerator()
|
D | CGDebugInfo.cpp | 49 DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs), in CGDebugInfo() 1607 if (DebugTypeExtRefs && RD->isFromASTFile()) in completeRequiredType() 1657 bool DebugTypeExtRefs, const RecordDecl *RD, in shouldOmitDefinition() argument 1659 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in shouldOmitDefinition() 1695 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType() 1802 if (DebugTypeExtRefs && ID->isFromASTFile() && ID->getDefinition() && in CreateType() 2195 DebugTypeExtRefs && ED->isFromASTFile() && ED->getDefinition(); in CreateEnumType() 2362 if (DebugTypeExtRefs && D->isFromASTFile()) { in getParentModuleOrNull() 3665 getOrCreateModuleRef(Info, DebugTypeExtRefs), in EmitImportDecl()
|
D | CGDebugInfo.h | 57 bool DebugTypeExtRefs; variable
|
/external/llvm-project/clang/lib/CodeGen/ |
D | ObjectFilePCHContainerOperations.cpp | 151 CodeGenOpts.DebugTypeExtRefs = true; in PCHContainerGenerator()
|
D | CGDebugInfo.cpp | 68 DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs), in CGDebugInfo() 2268 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in completeClassData() 2315 bool DebugTypeExtRefs, const RecordDecl *RD, in shouldOmitDefinition() argument 2317 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in shouldOmitDefinition() 2367 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType() 2379 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType() 2498 if (DebugTypeExtRefs && ID->isFromASTFile() && ID->getDefinition() && in CreateType() 2983 DebugTypeExtRefs && ED->isFromASTFile() && ED->getDefinition(); in CreateEnumType() 3190 if (DebugTypeExtRefs && D->isFromASTFile()) { in getParentModuleOrNull() 4867 getOrCreateModuleRef(Info, DebugTypeExtRefs), getOrCreateFile(Loc), in EmitImportDecl()
|
D | CGDebugInfo.h | 61 bool DebugTypeExtRefs; variable
|
/external/llvm-project/clang/lib/Frontend/ |
D | FrontendAction.cpp | 579 CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile() 647 CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
|
D | CompilerInvocation.cpp | 919 Opts.DebugTypeExtRefs = Args.hasArg(OPT_dwarf_ext_refs); in ParseCodeGenArgs() 4032 if (getCodeGenOpts().DebugTypeExtRefs) in getModuleHash()
|
/external/clang/lib/Frontend/ |
D | FrontendAction.cpp | 213 CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
|
D | CompilerInvocation.cpp | 498 Opts.DebugTypeExtRefs = Args.hasArg(OPT_dwarf_ext_refs); in ParseCodeGenArgs()
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 188 CODEGENOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
|
/external/llvm-project/clang/include/clang/Basic/ |
D | CodeGenOptions.def | 287 CODEGENOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
|