Home
last modified time | relevance | path

Searched refs:HasDebugLoc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp300 bool HasDebugLoc = Arg.Loc != None; in emitRemarkBlock() local
301 R.push_back(HasDebugLoc ? RECORD_REMARK_ARG_WITH_DEBUGLOC in emitRemarkBlock()
305 if (HasDebugLoc) { in emitRemarkBlock()
310 Bitstream.EmitRecordWithAbbrev(HasDebugLoc in emitRemarkBlock()