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 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/
MachineInstr.cpp     [all...]

Completed in 91 milliseconds