Searched refs:DebugTypeExtRefs (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A 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()
|
H A D | ObjectFilePCHContainerOperations.cpp | 154 CodeGenOpts.DebugTypeExtRefs = true; in PCHContainerGenerator()
|
H A D | CGDebugInfo.h | 57 bool DebugTypeExtRefs; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | DebugOptions.def | 79 DEBUGOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | DebugOptions.def | 79 DEBUGOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | DebugOptions.def | 79 DEBUGOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | DebugOptions.def | 79 DEBUGOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | FrontendAction.cpp | 213 CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
|
H A D | CompilerInvocation.cpp | 498 Opts.DebugTypeExtRefs = Args.hasArg(OPT_dwarf_ext_refs); in ParseCodeGenArgs()
|
/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | CodeGenOptions.def | 188 CODEGENOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/ |
D | Options.inc | 7815 …les or precompiled headers", nullptr, nullptr, true, 0, CodeGenOpts.DebugTypeExtRefs, false, false…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/ |
D | Options.inc | 7962 …les or precompiled headers", nullptr, nullptr, true, 0, CodeGenOpts.DebugTypeExtRefs, false, false…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/ |
D | Options.inc | 7962 …les or precompiled headers", nullptr, nullptr, true, 0, CodeGenOpts.DebugTypeExtRefs, false, false…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/ |
D | Options.inc | 8104 …d, 2>{{0, 0}}, nullptr) }}), nullptr, nullptr, true, 0, CodeGenOpts.DebugTypeExtRefs, false, false…
|