Searched refs:DebugDirectivesOnly (Results 1 – 9 of 9) sorted by relevance
31 DebugDirectivesOnly, enumerator
345 DebugDirectivesOnly, /// Emit only debug directives.371 return DebugDirectivesOnly; in mustEmitDebugInfo() 373 return IsDebugEnabled ? EmitSameDebugInfoAsHost : DebugDirectivesOnly;375 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo; in ConstructJob() 452 if (DIKind == DebugDirectivesOnly) in ConstructJob() 778 case DebugDirectivesOnly: in adjustDebugInfoKind() 779 DebugInfoKind = llvm::codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind() 341 DebugDirectivesOnly, /// Emit only debug directives. global() enumerator
2015 case llvm::codegenoptions::DebugDirectivesOnly: in addDebugInfoKind() 2050 return llvm::codegenoptions::DebugDirectivesOnly; in debugLevelToInfoKind()
4488 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly || in renderDebugOptions() 4549 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly) in renderDebugOptions() 4584 DebugInfoKind != llvm::codegenoptions::DebugDirectivesOnly) { in renderDebugOptions() 4651 DebugInfoKind <= llvm::codegenoptions::DebugDirectivesOnly) in ConstructJob()
981 .Case("DebugDirectivesOnly", DebugDirectivesOnly) in getNameTableKind() 1003 case DebugDirectivesOnly: in nameTableKindString() 1004 return "DebugDirectivesOnly"; in nameTableKindString()
1441 DebugDirectivesOnly,1442 LastEmissionKind = DebugDirectivesOnly1562 return EmissionKind == DebugDirectivesOnly; in replaceGlobalVariables() 1383 DebugDirectivesOnly, global() enumerator
905 case DICompileUnit::DebugDirectivesOnly: in emitHeader()
1559 case llvm::codegenoptions::DebugDirectivesOnly: in GenerateCodeGenArgs() 1833 llvm::codegenoptions::DebugDirectivesOnly) in ParseCodeGenArgs()
622 case llvm::codegenoptions::DebugDirectivesOnly: in CreateCompileUnit() 623 EmissionKind = llvm::DICompileUnit::DebugDirectivesOnly; in CreateCompileUnit()