Home
last modified time | relevance | path

Searched refs:LimitedDebugInfo (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDebugInfoOptions.h32 LimitedDebugInfo, /// Limit generated debug info to reduce size enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp591 case codegenoptions::LimitedDebugInfo: in CreateCompileUnit()
1928 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in getOrCreateRecordType()
1940 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in getOrCreateStandaloneType()
1963 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()
2057 if (DebugKind > codegenoptions::LimitedDebugInfo) in shouldOmitDefinition()
3117 if (DebugKind >= codegenoptions::LimitedDebugInfo) { in collectFunctionDeclProps()
3731 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclare()
3854 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfAutoVariable()
3869 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfBlockDeclRefVariable()
3940 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfArgVariable()
[all …]
H A DCGDecl.cpp446 CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) { in EmitStaticVarDecl()
1317 codegenoptions::LimitedDebugInfo; in EmitAutoVarAlloca()
2395 codegenoptions::LimitedDebugInfo) { in EmitParmDecl()
H A DCGBlocks.cpp1495 codegenoptions::LimitedDebugInfo) { in setBlockContextParameter()
1669 codegenoptions::LimitedDebugInfo) { in GenerateBlockFunction()
H A DCodeGenFunction.cpp2179 if (CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
H A DCodeGenModule.cpp3700 if (getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitGlobalVarDefinition()
4923 if (getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitTopLevelDecl()
H A DCGStmtOpenMP.cpp558 CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo; in GenerateOpenMPCapturedStmtFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp502 return codegenoptions::LimitedDebugInfo; in DebugLevelToInfoKind()
934 case codegenoptions::LimitedDebugInfo: in RenderDebugEnablingArgs()
2146 codegenoptions::LimitedDebugInfo, in CollectArgsForIntegratedAssembler()
3167 DebugInfoKind = codegenoptions::LimitedDebugInfo; in RenderDebugOptions()
3170 DebugInfoKind = codegenoptions::LimitedDebugInfo; in RenderDebugOptions()
3239 DebugInfoKind = codegenoptions::LimitedDebugInfo; in RenderDebugOptions()
3254 DebugInfoKind = codegenoptions::LimitedDebugInfo; in RenderDebugOptions()
3273 if (DebugInfoKind == codegenoptions::LimitedDebugInfo && NeedFullDebug) in RenderDebugOptions()
5656 *DebugInfoKind = codegenoptions::LimitedDebugInfo; in AddClangCLArgs()
5946 DebugInfoKind = (WantDebug ? codegenoptions::LimitedDebugInfo in ConstructJob()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp684 .Case("limited", codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()