Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp299 bool HasDebugLoc = Arg.Loc != None; in emitRemarkBlock() local
300 R.push_back(HasDebugLoc ? RECORD_REMARK_ARG_WITH_DEBUGLOC in emitRemarkBlock()
304 if (HasDebugLoc) { in emitRemarkBlock()
309 Bitstream.EmitRecordWithAbbrev(HasDebugLoc in emitRemarkBlock()