Searched refs:DebugTypeExtRefs (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp151 CodeGenOpts.DebugTypeExtRefs = true;
H A DCGDebugInfo.cpp68 DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs),
2249 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition()))
2279 bool DebugTypeExtRefs, const RecordDecl *RD,
2281 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition()))
2335 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts()))
2347 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD,
2466 if (DebugTypeExtRefs && ID->isFromASTFile() && ID->getDefinition() &&
2952 DebugTypeExtRefs && ED->isFromASTFile() && ED->getDefinition();
3159 if (DebugTypeExtRefs
2278 shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, bool DebugTypeExtRefs, const RecordDecl *RD, const LangOptions &LangOpts) argument
[all...]
H A DCGDebugInfo.h61 bool DebugTypeExtRefs; member in class:clang::DynamicInitKind::CGDebugInfo
598 /// DebugTypeExtRefs: If \p D originated in a clang module, return it.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp580 CI.getCodeGenOpts().DebugTypeExtRefs);
648 CI.getCodeGenOpts().DebugTypeExtRefs);
H A DCompilerInvocation.cpp802 Opts.DebugTypeExtRefs = Args.hasArg(OPT_dwarf_ext_refs);
3928 if (getCodeGenOpts().DebugTypeExtRefs)

Completed in 82 milliseconds