Searched refs:DebugDirectivesOnly (Results 1 – 8 of 8) sorted by relevance
359 DebugDirectivesOnly, /// Emit only debug directives. enumerator385 return DebugDirectivesOnly; in mustEmitDebugInfo()387 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()389 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()460 if (DIKind == DebugDirectivesOnly) in ConstructJob()792 case DebugDirectivesOnly: in adjustDebugInfoKind()793 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
513 return codegenoptions::DebugDirectivesOnly; in DebugLevelToInfoKind()1029 case codegenoptions::DebugDirectivesOnly: in RenderDebugEnablingArgs()3920 DebugInfoKind == codegenoptions::DebugDirectivesOnly || in renderDebugOptions()3997 DebugInfoKind == codegenoptions::DebugDirectivesOnly) in renderDebugOptions()4030 DebugInfoKind != codegenoptions::DebugDirectivesOnly) { in renderDebugOptions()4098 DebugInfoKind <= codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
31 DebugDirectivesOnly, enumerator
777 .Case("DebugDirectivesOnly", DebugDirectivesOnly) in getEmissionKind()795 case DebugDirectivesOnly: return "DebugDirectivesOnly"; in emissionKindString()
1326 DebugDirectivesOnly, enumerator1327 LastEmissionKind = DebugDirectivesOnly1454 return EmissionKind == DebugDirectivesOnly; in isDebugDirectivesOnly()
856 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
1347 case codegenoptions::DebugDirectivesOnly: in GenerateCodeGenArgs()1616 .Case("line-directives-only", codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()
603 case codegenoptions::DebugDirectivesOnly: in CreateCompileUnit()604 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()