reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/GlobalISel/IRTranslator.cpp
  125   const Instruction *getCurrentInst() const { return CurrInst; }
  126   void setCurrentInst(const Instruction *Inst) { CurrInst = Inst; }
  137     LLVM_DEBUG(dbgs() << "Checking DILocation from " << *CurrInst
  143     assert((CurrInst->getDebugLoc() == MI.getDebugLoc() ||