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

  /external/llvm/include/llvm/IR/
LLVMContext.h 151 /// emitError - Emit an error message to the currently installed error handler
156 void emitError(unsigned LocCookie, const Twine &ErrorStr);
157 void emitError(const Instruction *I, const Twine &ErrorStr);
158 void emitError(const Twine &ErrorStr);
  /external/llvm/lib/IR/
LLVMContext.cpp 129 void LLVMContext::emitError(const Twine &ErrorStr) {
133 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) {
188 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) {
  /external/llvm/lib/Target/R600/
SIMachineFunctionInfo.cpp 67 Ctx.emitError("Could not find S_ENDPGM instruction.");
SIInstrInfo.cpp 199 Ctx.emitError("SIInstrInfo::storeRegToStackSlot - Can't spill VGPR!");
250 Ctx.emitError("SIInstrInfo::loadRegToStackSlot - Can't retrieve spilled VGPR!");
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 423 /// emitError - Helper method for setting a message and returning an error
425 bool emitError(const Twine &Message) {
557 return emitError("Linking COMDATs named '" + ComdatName +
563 return emitError(
590 return emitError("Linking COMDATs named '" + ComdatName +
600 return emitError("Linking COMDATs named '" + ComdatName +
614 return emitError(
624 return emitError("Linking COMDATs named '" + ComdatName +
631 return emitError("Linking COMDATs named '" + ComdatName +
723 return emitError("Linking globals named '" + Src->getName()
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 125 MI->emitError("inline assembly requires more registers than available");
RegAllocFast.cpp 574 MI->emitError("inline assembly requires more registers than available");
576 MI->emitError("ran out of registers during register allocation");
    [all...]
RegAllocGreedy.cpp     [all...]
MachineInstr.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 247 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
419 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 255 /// emitError - Emit an error referring to the source location of this
262 void emitError(StringRef Msg) const;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 222 return Ctx.emitError(ErrMsg);
227 return Ctx.emitError(I, ErrMsg + AsmError);
229 return Ctx.emitError(I, ErrMsg);
    [all...]
TargetLowering.cpp     [all...]

Completed in 530 milliseconds