llvm/llvm/lib/CodeGen/GlobalISel/LostDebugLocObserver.cpp

//===----- llvm/CodeGen/GlobalISel/LostDebugLocObserver.cpp -----*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
/// Tracks DebugLocs between checkpoints and verifies that they are transferred.
//
//===----------------------------------------------------------------------===//

#include "llvm/CodeGen/GlobalISel/LostDebugLocObserver.h"

usingnamespacellvm;

#define LOC_DEBUG(X)

void LostDebugLocObserver::analyzeDebugLocations() {}

void LostDebugLocObserver::checkpoint(bool CheckDebugLocs) {}

void LostDebugLocObserver::createdInstr(MachineInstr &MI) {}

static bool irTranslatorNeverAddsLocations(unsigned Opcode) {}

void LostDebugLocObserver::erasingInstr(MachineInstr &MI) {}

void LostDebugLocObserver::changingInstr(MachineInstr &MI) {}

void LostDebugLocObserver::changedInstr(MachineInstr &MI) {}