Lines Matching defs:InsertAtHead
653 void DbgMarker::insertDbgRecord(DbgRecord *New, bool InsertAtHead) {
654 auto It = InsertAtHead ? StoredDbgRecords.begin() : StoredDbgRecords.end();
671 void DbgMarker::absorbDebugValues(DbgMarker &Src, bool InsertAtHead) {
672 auto It = InsertAtHead ? StoredDbgRecords.begin() : StoredDbgRecords.end();
681 bool InsertAtHead) {
686 (InsertAtHead) ? StoredDbgRecords.begin() : StoredDbgRecords.end();
694 bool InsertAtHead) {
706 auto Pos = (InsertAtHead) ? StoredDbgRecords.begin() : StoredDbgRecords.end();
718 if (InsertAtHead)
719 // If InsertAtHead is set, we cloned a range onto the front of of the