Searched refs:LimitedDebugInfo (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h66 LimitedDebugInfo, /// Limit generated debug info to reduce size enumerator in enum:clang::CodeGenOptions::DebugInfoKind
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1420 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo);
1429 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo);
1451 if (DebugKind > CodeGenOptions::LimitedDebugInfo ||
1498 if (DebugKind > CodeGenOptions::LimitedDebugInfo)
2496 if (DebugKind >= CodeGenOptions::LimitedDebugInfo) {
2714 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo);
2834 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo);
2855 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo);
2924 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo);
2942 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo);
[all...]
H A DCGDecl.cpp353 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) {
975 >= CodeGenOptions::LimitedDebugInfo) {
1637 >= CodeGenOptions::LimitedDebugInfo) {
1744 >= CodeGenOptions::LimitedDebugInfo) {
H A DCodeGenModule.cpp1372 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) {
1959 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo)
3171 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo)
H A DCodeGenFunction.cpp1564 if (CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo)
H A DCGBlocks.cpp1221 >= CodeGenOptions::LimitedDebugInfo) {
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp368 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo);

Completed in 175 milliseconds