Lines Matching defs:InsertAtHead
684 void DbgMarker::insertDbgRecord(DbgRecord *New, bool InsertAtHead) {
685 auto It = InsertAtHead ? StoredDbgRecords.begin() : StoredDbgRecords.end();
702 void DbgMarker::absorbDebugValues(DbgMarker &Src, bool InsertAtHead) {
703 auto It = InsertAtHead ? StoredDbgRecords.begin() : StoredDbgRecords.end();
712 bool InsertAtHead) {
717 (InsertAtHead) ? StoredDbgRecords.begin() : StoredDbgRecords.end();
725 bool InsertAtHead) {
737 auto Pos = (InsertAtHead) ? StoredDbgRecords.begin() : StoredDbgRecords.end();
749 if (InsertAtHead)
750 // If InsertAtHead is set, we cloned a range onto the front of of the