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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp45 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),
1399 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo);
1408 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo);
1415 if (DebugKind > CodeGenOptions::LimitedDebugInfo ||
1432 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly)
1460 (DebugKind <= CodeGenOptions::LimitedDebugInfo &&
2341 if (!D || DebugKind == CodeGenOptions::DebugLineTablesOnly)
2389 if (!D || DebugKind == CodeGenOptions::DebugLineTablesOnly)
2495 DebugKind <= CodeGenOptions::DebugLineTablesOnly))
2498 if (DebugKind >
[all...]
H A DCGDebugInfo.h53 const CodeGenOptions::DebugInfoKind DebugKind; member in class:clang::CodeGen::CGDebugInfo

Completed in 105 milliseconds