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

  /external/llvm/include/llvm/
LLVMContext.h 80 /// emitError - Emit an error message to the currently installed error handler
85 void emitError(unsigned LocCookie, const Twine &ErrorStr);
86 void emitError(const Instruction *I, const Twine &ErrorStr);
87 void emitError(const Twine &ErrorStr);
  /external/llvm/lib/VMCore/
LLVMContext.cpp 91 void LLVMContext::emitError(const Twine &ErrorStr) {
92 emitError(0U, ErrorStr);
95 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) {
102 return emitError(LocCookie, ErrorStr);
105 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) {
  /external/llvm/lib/Linker/
LinkModules.cpp 386 /// emitError - Helper method for setting a message and returning an error
388 bool emitError(const Twine &Message) {
554 return emitError("Linking globals named '" + Src->getName() +
653 return emitError("Linking globals named '" + SrcGV->getName() +
663 return emitError("Appending variables with different element types!");
665 return emitError("Appending variables linked with different const'ness!");
668 return emitError(
672 return emitError(
676 return emitError(
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 361 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 204 MI->emitError(Msg);
MachineInstr.cpp     [all...]
RegAllocFast.cpp 569 MI->emitError("ran out of registers during register allocation");
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 242 /// emitError - Emit an error referring to the source location of this
249 void emitError(StringRef Msg) const;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 248 milliseconds