Searched refs:DebugLineTablesOnly (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h63 DebugLineTablesOnly, /// Emit only debug info necessary for generating enumerator in enum:clang::CodeGenOptions::DebugInfoKind
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp378 DebugKind <= CodeGenOptions::DebugLineTablesOnly
1436 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly)
1457 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly)
1471 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly)
2051 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly)
2345 if (!D || DebugKind <= CodeGenOptions::DebugLineTablesOnly)
2390 if (!D || DebugKind <= CodeGenOptions::DebugLineTablesOnly)
2493 DebugKind <= CodeGenOptions::DebugLineTablesOnly))
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp355 Opts.setDebugInfo(CodeGenOptions::DebugLineTablesOnly);

Completed in 1326 milliseconds