Searched refs:DebugDirectivesOnly (Results 1 – 8 of 8) sorted by relevance
29 DebugDirectivesOnly, /// Emit only debug directives with the line numbers data enumerator
288 DebugDirectivesOnly, /// Emit only debug directives. enumerator314 return DebugDirectivesOnly; in mustEmitDebugInfo()316 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly; in mustEmitDebugInfo()389 if (DIKind == DebugDirectivesOnly) in ConstructJob()725 case DebugDirectivesOnly: in adjustDebugInfoKind()726 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
501 return codegenoptions::DebugDirectivesOnly; in DebugLevelToInfoKind()928 case codegenoptions::DebugDirectivesOnly: in RenderDebugEnablingArgs()3158 DebugInfoKind == codegenoptions::DebugDirectivesOnly || in RenderDebugOptions()3214 if (DWARFVersion == 0 && DebugInfoKind == codegenoptions::DebugDirectivesOnly) in RenderDebugOptions()3238 DebugInfoKind != codegenoptions::DebugDirectivesOnly) { in RenderDebugOptions()
541 .Case("DebugDirectivesOnly", DebugDirectivesOnly) in getEmissionKind()559 case DebugDirectivesOnly: return "DebugDirectivesOnly"; in emissionKindString()
1170 DebugDirectivesOnly,1171 LastEmissionKind = DebugDirectivesOnly1293 return EmissionKind == DebugDirectivesOnly;
892 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
588 case codegenoptions::DebugDirectivesOnly: in CreateCompileUnit()589 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()
683 .Case("line-directives-only", codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()