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

/openbsd-current/gnu/llvm/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp302 bool HasDebugLoc = Arg.Loc != std::nullopt; local
303 R.push_back(HasDebugLoc ? RECORD_REMARK_ARG_WITH_DEBUGLOC
307 if (HasDebugLoc) {
312 Bitstream.EmitRecordWithAbbrev(HasDebugLoc

Completed in 52 milliseconds