Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDebugInfoOptions.h26 LimitedDebugInfo, /// Limit generated debug info to reduce size enumerator
/external/llvm-project/clang/include/clang/Basic/
DDebugInfoOptions.h46 LimitedDebugInfo, enumerator
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp449 case codegenoptions::LimitedDebugInfo: in CreateCompileUnit()
1559 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in getOrCreateRecordType()
1571 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in getOrCreateStandaloneType()
1594 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()
1662 if (DebugKind > codegenoptions::LimitedDebugInfo) in shouldOmitDefinition()
2625 if (DebugKind >= codegenoptions::LimitedDebugInfo) { in collectFunctionDeclProps()
3122 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclare()
3250 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfAutoVariable()
3265 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfBlockDeclRefVariable()
3335 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfArgVariable()
[all …]
DCGDecl.cpp413 CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) { in EmitStaticVarDecl()
1101 codegenoptions::LimitedDebugInfo) { in EmitAutoVarAlloca()
1865 codegenoptions::LimitedDebugInfo) { in EmitParmDecl()
DCGBlocks.cpp1116 codegenoptions::LimitedDebugInfo) { in setBlockContextParameter()
1266 codegenoptions::LimitedDebugInfo) { in GenerateBlockFunction()
DCodeGenModule.cpp1765 if (getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) { in CompleteDIClassType()
2590 if (getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitGlobalVarDefinition()
3854 if (getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitTopLevelDecl()
DCodeGenFunction.cpp1821 if (CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp502 return codegenoptions::LimitedDebugInfo; in DebugLevelToInfoKind()
985 case codegenoptions::LimitedDebugInfo: in RenderDebugEnablingArgs()
2446 codegenoptions::LimitedDebugInfo, in CollectArgsForIntegratedAssembler()
3762 DebugInfoKind = codegenoptions::LimitedDebugInfo; in RenderDebugOptions()
3867 DebugInfoKind = codegenoptions::LimitedDebugInfo; in RenderDebugOptions()
3888 if (DebugInfoKind == codegenoptions::LimitedDebugInfo) { in RenderDebugOptions()
6797 *DebugInfoKind = codegenoptions::LimitedDebugInfo; in AddClangCLArgs()
7094 DebugInfoKind = (WantDebug ? codegenoptions::LimitedDebugInfo in ConstructJob()
/external/clang/lib/Driver/
DTools.cpp2772 return codegenoptions::LimitedDebugInfo; in DebugLevelToInfoKind()
2795 case codegenoptions::LimitedDebugInfo: in RenderDebugEnablingArgs()
2944 codegenoptions::LimitedDebugInfo, in CollectArgsForIntegratedAssembler()
4499 if (SplitDwarfArg && DebugInfoKind < codegenoptions::LimitedDebugInfo && in ConstructJob()
4504 DebugInfoKind = codegenoptions::LimitedDebugInfo; in ConstructJob()
4543 DebugInfoKind = codegenoptions::LimitedDebugInfo; in ConstructJob()
4552 DebugInfoKind = codegenoptions::LimitedDebugInfo; in ConstructJob()
4565 if (DebugInfoKind == codegenoptions::LimitedDebugInfo && NeedFullDebug) in ConstructJob()
6325 *DebugInfoKind = codegenoptions::LimitedDebugInfo; in AddClangCLArgs()
6510 DebugInfoKind = (WantDebug ? codegenoptions::LimitedDebugInfo in ConstructJob()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp606 case codegenoptions::LimitedDebugInfo: in CreateCompileUnit()
2213 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()
2324 if (DebugKind > codegenoptions::LimitedDebugInfo) in shouldOmitDefinition()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp878 .Case("limited", codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
891 if (Opts.getDebugInfo() == codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp471 .Case("limited", codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()