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

  /external/llvm/lib/VMCore/
LLVMContext.cpp 81 void LLVMContext::emitError(StringRef ErrorStr) {
82 emitError(0U, ErrorStr);
85 void LLVMContext::emitError(const Instruction *I, StringRef ErrorStr) {
92 return emitError(LocCookie, ErrorStr);
95 void LLVMContext::emitError(unsigned LocCookie, StringRef ErrorStr) {
  /external/llvm/lib/Linker/
LinkModules.cpp 353 /// emitError - Helper method for setting a message and returning an error
355 bool emitError(const Twine &Message) {
501 return emitError("Linking globals named '" + Src->getName() +
510 return emitError("Linking globals named '" + Src->getName() +
556 return emitError("Linking globals named '" + SrcGV->getName() +
566 return emitError("Appending variables with different element types!");
568 return emitError("Appending variables linked with different const'ness!");
571 return emitError(
575 return emitError(
579 return emitError(
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]

Completed in 109 milliseconds