Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCodeGenOptions.h66 LimitedDebugInfo, /// Limit generated debug info to reduce size enumerator
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1420 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType()
1429 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateInterfaceType()
1451 if (DebugKind > CodeGenOptions::LimitedDebugInfo || in completeType()
1498 if (DebugKind > CodeGenOptions::LimitedDebugInfo) in shouldOmitDefinition()
2496 if (DebugKind >= CodeGenOptions::LimitedDebugInfo) { in EmitFunctionStart()
2714 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclare()
2834 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfAutoVariable()
2855 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockDeclRefVariable()
2924 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfArgVariable()
2942 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockLiteralArgVariable()
[all …]
DCGDecl.cpp353 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in EmitStaticVarDecl()
975 >= CodeGenOptions::LimitedDebugInfo) { in EmitAutoVarAlloca()
1637 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()
1744 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()
DCodeGenModule.cpp1372 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in CompleteDIClassType()
1959 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitGlobalVarDefinition()
3171 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitTopLevelDecl()
DCodeGenFunction.cpp1564 if (CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
DCGBlocks.cpp1221 >= CodeGenOptions::LimitedDebugInfo) { in GenerateBlockFunction()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp368 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo); in ParseCodeGenArgs()