reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
85 R.RemarkType = toRemarkType(static_cast<DiagnosticKind>(Diag.getKind())); 86 R.PassName = Diag.getPassName(); 87 R.RemarkName = Diag.getRemarkName(); 89 GlobalValue::dropLLVMManglingEscape(Diag.getFunction().getName()); 90 R.Loc = toRemarkLocation(Diag.getLocation()); 91 R.Hotness = Diag.getHotness(); 93 for (const DiagnosticInfoOptimizationBase::Argument &Arg : Diag.getArgs()) {