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.cpp1880 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1886 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
2070 ErrorCallbackType ErrCB) { in getUnsigned() argument
2075 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
2084 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
2179 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
2185 return ErrCB(Token.location(), Twine("use of undefined global value '") + in parseGlobalValue()
2191 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2195 return ErrCB(Token.location(), Twine("use of undefined global value '@") + in parseGlobalValue()
3080 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
[all …]