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

  /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 388 /// emitError - Helper method for setting a message and returning an error
390 bool emitError(const Twine &Message) {
556 return emitError("Linking globals named '" + Src->getName() +
655 return emitError("Linking globals named '" + SrcGV->getName() +
665 return emitError("Appending variables with different element types!");
667 return emitError("Appending variables linked with different const'ness!");
670 return emitError(
674 return emitError(
678 return emitError(
    [all...]

Completed in 336 milliseconds