Searched refs:DebugDirectivesOnly (Results 1 – 8 of 8) sorted by relevance
31 DebugDirectivesOnly, enumerator
333 DebugDirectivesOnly, /// Emit only debug directives. enumerator359 return DebugDirectivesOnly; in mustEmitDebugInfo()361 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()363 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in mustEmitDebugInfo()436 if (DIKind == DebugDirectivesOnly) in ConstructJob()756 case DebugDirectivesOnly: in adjustDebugInfoKind()757 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
415 return codegenoptions::DebugDirectivesOnly; in DebugLevelToInfoKind()977 case codegenoptions::DebugDirectivesOnly: in RenderDebugEnablingArgs()4150 DebugInfoKind == codegenoptions::DebugDirectivesOnly || in renderDebugOptions()4210 DebugInfoKind == codegenoptions::DebugDirectivesOnly) in renderDebugOptions()4245 DebugInfoKind != codegenoptions::DebugDirectivesOnly) { in renderDebugOptions()4312 DebugInfoKind <= codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
902 .Case("DebugDirectivesOnly", DebugDirectivesOnly) in getEmissionKind()923 case DebugDirectivesOnly: in emissionKindString()
1372 DebugDirectivesOnly, enumerator1373 LastEmissionKind = DebugDirectivesOnly1492 return EmissionKind == DebugDirectivesOnly; in isDebugDirectivesOnly()
867 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
1372 case codegenoptions::DebugDirectivesOnly: in GenerateCodeGenArgs()1650 .Case("line-directives-only", codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()
605 case codegenoptions::DebugDirectivesOnly: in CreateCompileUnit()606 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()