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

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

Completed in 48 milliseconds