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

Declarations

include/llvm/IR/LLVMContext.h
  287   void emitError(unsigned LocCookie, const Twine &ErrorStr);

References

lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  274         MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
  456           MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
lib/CodeGen/MachineInstr.cpp
 2009       return MF->getMMI().getModule()->getContext().emitError(LocCookie, Msg);