Searched refs:NoDebugInfo (Results 1 – 9 of 9) sorted by relevance
17 NoDebugInfo, /// Don't generate debug info. enumerator
160 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
212 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 3, codegenoptions::NoDebugInfo)
477 if (CodeGenOpts.getDebugInfo() == codegenoptions::NoDebugInfo) in CreatePasses()
132 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo || in CodeGenModule()
442 case codegenoptions::NoDebugInfo: in CreateCompileUnit()
931 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo || in emitUpdateLocation()
2768 return codegenoptions::NoDebugInfo; in DebugLevelToInfoKind()4444 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()4529 DebugInfoKind != codegenoptions::NoDebugInfo) { in ConstructJob()6502 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob()6511 : codegenoptions::NoDebugInfo); in ConstructJob()
825 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()