Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCodeGenOptions.h73 LimitedDebugInfo, /// Limit generated debug info to reduce size enumerator
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1439 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType()
1448 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateInterfaceType()
1468 if (DebugKind > CodeGenOptions::LimitedDebugInfo || in completeType()
1513 if (DebugKind > CodeGenOptions::LimitedDebugInfo) in shouldOmitDefinition()
2330 if (DebugKind >= CodeGenOptions::LimitedDebugInfo) { in collectFunctionDeclProps()
2799 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclare()
2912 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfAutoVariable()
2933 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockDeclRefVariable()
3004 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfArgVariable()
3023 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockLiteralArgVariable()
[all …]
DCGDecl.cpp391 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in EmitStaticVarDecl()
1014 >= CodeGenOptions::LimitedDebugInfo) { in EmitAutoVarAlloca()
1675 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()
1785 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()
DCodeGenModule.cpp1497 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in CompleteDIClassType()
2132 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitGlobalVarDefinition()
3336 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitTopLevelDecl()
DCodeGenFunction.cpp1640 if (CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
DCGBlocks.cpp1244 >= CodeGenOptions::LimitedDebugInfo) { in GenerateBlockFunction()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp394 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo); in ParseCodeGenArgs()