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 86 /// emitError - Emit an error message to the currently installed error handler
91 void emitError(unsigned LocCookie, const Twine &ErrorStr);
92 void emitError(const Instruction *I, const Twine &ErrorStr);
93 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 418 /// emitError - Helper method for setting a message and returning an error
420 bool emitError(const Twine &Message) {
593 return emitError("Linking globals named '" + Src->getName() +
688 return emitError("Linking globals named '" + SrcGV->getName() +
698 return emitError("Appending variables with different element types!");
700 return emitError("Appending variables linked with different const'ness!");
703 return emitError(
707 return emitError(
711 return emitError(
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 117 MI->emitError(Msg);
MachineInstr.cpp     [all...]
RegAllocFast.cpp 572 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 314 Ctx.emitError(I, ErrMsg);
316 Ctx.emitError(ErrMsg);
406 Ctx.emitError(I, ErrMsg);
408 Ctx.emitError(ErrMsg);
    [all...]

Completed in 135 milliseconds