HomeSort by relevance Sort by last modified time
    Searched refs:emitError (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/IR/
LLVMContext.h 84 /// emitError - Emit an error message to the currently installed error handler
89 void emitError(unsigned LocCookie, const Twine &ErrorStr);
90 void emitError(const Instruction *I, const Twine &ErrorStr);
91 void emitError(const Twine &ErrorStr);
  /external/llvm/lib/IR/
LLVMContext.cpp 101 void LLVMContext::emitError(const Twine &ErrorStr) {
102 emitError(0U, ErrorStr);
105 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) {
112 return emitError(LocCookie, ErrorStr);
115 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) {
  /external/llvm/lib/Linker/
LinkModules.cpp 388 /// emitError - Helper method for setting a message and returning an error
390 bool emitError(const Twine &Message) {
549 return emitError("Linking globals named '" + Src->getName() +
649 return emitError("Linking globals named '" + SrcGV->getName() +
659 return emitError("Appending variables with different element types!");
661 return emitError("Appending variables linked with different const'ness!");
664 return emitError(
668 return emitError(
672 return emitError(
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 117 MI->emitError(Msg);
MachineInstr.cpp     [all...]
RegAllocFast.cpp 575 MI->emitError("ran out of registers during register allocation");
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 229 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
401 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 246 /// emitError - Emit an error referring to the source location of this
253 void emitError(StringRef Msg) const;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 313 Ctx.emitError(I, ErrMsg);
315 Ctx.emitError(ErrMsg);
405 Ctx.emitError(I, ErrMsg);
407 Ctx.emitError(ErrMsg);
    [all...]

Completed in 666 milliseconds