Searched refs:DebugKind (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp45 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),
378 DebugKind <= CodeGenOptions::DebugLineTablesOnly
381 DebugKind != CodeGenOptions::LocTrackingOnly);
1420 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo);
1429 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo);
1436 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly)
1451 if (DebugKind > CodeGenOptions::LimitedDebugInfo ||
1457 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly)
1471 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly)
1495 static bool shouldOmitDefinition(CodeGenOptions::DebugInfoKind DebugKind, argument
[all...]
H A DCGDebugInfo.h53 const CodeGenOptions::DebugInfoKind DebugKind; member in class:clang::CodeGen::CGDebugInfo

Completed in 82 milliseconds