Searched defs:emitError (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/IR/
H A DLLVMContext.cpp129 void LLVMContext::emitError(const Twine &ErrorStr) { function in class:LLVMContext
133 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { function in class:LLVMContext
188 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { function in class:LLVMContext
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1876 void MachineInstr::emitError(StringRef Msg) const { function in class:MachineInstr
1893 return MF->getMMI().getModule()->getContext().emitError(LocCookie, Msg);
/external/llvm/lib/Linker/
H A DLinkModules.cpp423 /// emitError - Helper method for setting a message and returning an error
425 bool emitError(const Twine &Message) { function in class:__anon25870::ModuleLinker
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("Linkin
[all...]

Completed in 124 milliseconds