HomeSort by relevance Sort by last modified time
    Searched refs:ErrorLoc (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/TableGen/
Error.cpp 23 void PrintError(SMLoc ErrorLoc, const Twine &Msg) {
24 SrcMgr.PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
  /external/llvm/include/llvm/TableGen/
Error.h 32 void PrintError(SMLoc ErrorLoc, const Twine &Msg);
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 322 SMLoc ErrorLoc;
337 ErrorLoc = IDLoc;
342 ErrorLoc = ((MBlazeOperand*)Operands[ErrorInfo])->getStartLoc();
343 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
346 return Error(ErrorLoc, "invalid operand for instruction");
  /external/llvm/lib/AsmParser/
LLLexer.cpp 31 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const {
32 ErrorInfo = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 292 milliseconds