Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCodeGenOptions.h74 LimitedDebugInfo, /// Limit generated debug info to reduce size enumerator
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1449 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType()
1461 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateStandaloneType()
1489 if (DebugKind > CodeGenOptions::LimitedDebugInfo || in completeType()
1542 if (DebugKind > CodeGenOptions::LimitedDebugInfo) in shouldOmitDefinition()
2431 if (DebugKind >= CodeGenOptions::LimitedDebugInfo) { in collectFunctionDeclProps()
2925 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclare()
3051 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfAutoVariable()
3066 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockDeclRefVariable()
3134 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfArgVariable()
3153 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockLiteralArgVariable()
[all …]
DCGDecl.cpp397 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in EmitStaticVarDecl()
1090 >= CodeGenOptions::LimitedDebugInfo) { in EmitAutoVarAlloca()
1856 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()
DCGBlocks.cpp1113 >= CodeGenOptions::LimitedDebugInfo) { in setBlockContextParameter()
1264 >= CodeGenOptions::LimitedDebugInfo) { in GenerateBlockFunction()
DCodeGenModule.cpp1670 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in CompleteDIClassType()
2419 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitGlobalVarDefinition()
3575 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitTopLevelDecl()
DCodeGenFunction.cpp1748 if (CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
/external/clang/lib/Driver/
DTools.cpp2514 return CodeGenOptions::LimitedDebugInfo; in DebugLevelToInfoKind()
2536 case CodeGenOptions::LimitedDebugInfo: in RenderDebugEnablingArgs()
2657 Args, CmdArgs, CodeGenOptions::LimitedDebugInfo, DwarfVersion, in CollectArgsForIntegratedAssembler()
4097 if (SplitDwarfArg && DebugInfoKind < CodeGenOptions::LimitedDebugInfo && in ConstructJob()
4102 DebugInfoKind = CodeGenOptions::LimitedDebugInfo; in ConstructJob()
4141 DebugInfoKind = CodeGenOptions::LimitedDebugInfo; in ConstructJob()
4150 DebugInfoKind = CodeGenOptions::LimitedDebugInfo; in ConstructJob()
4163 if (DebugInfoKind == CodeGenOptions::LimitedDebugInfo && NeedFullDebug) in ConstructJob()
5960 (WantDebug ? CodeGenOptions::LimitedDebugInfo in ConstructJob()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp405 .Case("limited", CodeGenOptions::LimitedDebugInfo) in ParseCodeGenArgs()