Home
last modified time | relevance | path

Searched refs:ErrCB (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1889 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1895 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
2079 ErrorCallbackType ErrCB) { in getUnsigned() argument
2084 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
2093 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
2188 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
2194 return ErrCB(Token.location(), Twine("use of undefined global value '") + in parseGlobalValue()
2200 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2204 return ErrCB(Token.location(), Twine("use of undefined global value '@") + in parseGlobalValue()
3113 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
[all …]