Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r265477-clang-r198655-standalone-debug.diff11 Note: I kept the LimitedDebugInfo name in CodeGenOptions::DebugInfoKind
25 (DebugKind <= CodeGenOptions::LimitedDebugInfo &&
68 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo);
234 - LimitedDebugInfo, // Limit generated debug info to reduce size
242 + LimitedDebugInfo, /// Limit generated debug info to reduce size
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DCodeGenOptions.h58 LimitedDebugInfo, /// Limit generated debug info to reduce size enumerator
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.cpp1399 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType()
1408 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateInterfaceType()
1415 if (DebugKind > CodeGenOptions::LimitedDebugInfo || in completeType()
1460 (DebugKind <= CodeGenOptions::LimitedDebugInfo && in CreateType()
2498 if (DebugKind >= CodeGenOptions::LimitedDebugInfo) { in EmitFunctionStart()
2707 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclare()
2830 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfAutoVariable()
2852 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockDeclRefVariable()
2921 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfArgVariable()
2939 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclareOfBlockLiteralArgVariable()
[all …]
DCGDecl.cpp349 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in EmitStaticVarDecl()
972 >= CodeGenOptions::LimitedDebugInfo) { in EmitAutoVarAlloca()
1633 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()
1735 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()
DCodeGenModule.cpp1325 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in CompleteDIClassType()
1910 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitGlobalVarDefinition()
3005 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitTopLevelDecl()
DCodeGenFunction.cpp1419 if (CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
DCGBlocks.cpp1223 >= CodeGenOptions::LimitedDebugInfo) { in GenerateBlockFunction()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DCompilerInvocation.cpp335 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo); in ParseCodeGenArgs()