Lines Matching defs:NewLoc
159 /// Emit line number information corresponding to \p NewLoc. \p PrevLoc
161 /// \p FirstInstr indicates if \p NewLoc represents the first instruction
164 /// If \p NewLoc location matches \p PrevLoc, no new line number entry will be
169 /// \p NewLoc. If it was nullptr on entry, it will be populated with a pointer
170 /// to a new temp symbol used with \p NewLoc.
172 /// Return new current location which is either \p NewLoc or \p PrevLoc.
173 SMLoc emitLineInfo(const BinaryFunction &BF, SMLoc NewLoc, SMLoc PrevLoc,
677 SMLoc BinaryEmitter::emitLineInfo(const BinaryFunction &BF, SMLoc NewLoc,
684 DebugLineTableRowRef RowReference = DebugLineTableRowRef::fromSMLoc(NewLoc);
688 NewLoc.getPointer() == PrevLoc.getPointer())
737 return NewLoc;