Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp151 CodeGenOpts.DebugTypeExtRefs = true; in PCHContainerGenerator()
H A DCGDebugInfo.cpp68 DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs), in CGDebugInfo()
2327 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in completeClassData()
2374 bool DebugTypeExtRefs, const RecordDecl *RD, in shouldOmitDefinition() argument
2376 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in shouldOmitDefinition()
2433 if (shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, CGM.getLangOpts())) in completeRequiredType()
2445 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType()
2564 if (DebugTypeExtRefs && ID->isFromASTFile() && ID->getDefinition() && in CreateType()
3059 DebugTypeExtRefs && ED->isFromASTFile() && ED->getDefinition(); in CreateEnumType()
3261 if (DebugTypeExtRefs && D->isFromASTFile()) { in getParentModuleOrNull()
5000 getOrCreateModuleRef(Info, DebugTypeExtRefs), getOrCreateFile(Loc), in EmitImportDecl()
H A DCGDebugInfo.h61 bool DebugTypeExtRefs; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp581 CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
649 CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
H A DCompilerInvocation.cpp4563 if (getCodeGenOpts().DebugTypeExtRefs) in getModuleHash()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def301 CODEGENOPT(DebugTypeExtRefs, 1, 0) ///< Whether or not debug info should contain
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4815 MarshallingInfoFlag<CodeGenOpts<"DebugTypeExtRefs">>;