Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLLVMContext.cpp129 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext
133 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext
188 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
/external/llvm/lib/Linker/
DLinkModules.cpp425 bool emitError(const Twine &Message) { in emitError() function in __anonb7761a840211::ModuleLinker
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1876 void MachineInstr::emitError(StringRef Msg) const { in emitError() function in MachineInstr