Lines Matching refs:logger_
350 if (logger_) { in AddByteBreak()
351 logger_->AppendWhitespaces(kCommentNumWhitespaces); in AddByteBreak()
352 logger_->AppendText("<byte break>"); in AddByteBreak()
377 if (logger_) logger_->AppendWhitespaces(kCommentNumWhitespaces); in EncodeInstruction()
389 if (logger_) { in EncodeInstruction()
390 logger_->AppendWhitespaces(kCommentNumWhitespaces); in EncodeInstruction()
391 logger_->AppendText("<"); in EncodeInstruction()
392 logger_->AppendText(spvOperandTypeStr(operand_.type)); in EncodeInstruction()
393 logger_->AppendText(">"); in EncodeInstruction()
474 if (logger_) { in EncodeInstruction()
475 logger_->NewLine(); in EncodeInstruction()
476 logger_->NewLine(); in EncodeInstruction()
477 if (!logger_->DebugInstruction(inst_)) return SPV_REQUESTED_TERMINATION; in EncodeInstruction()