#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) { … }