Searched refs:InstructionError (Results 1 – 3 of 3) sorted by relevance
27 class InstructionError : public ErrorInfo<InstructionError<T>> {33 InstructionError(std::string M, const T &MCI) in InstructionError() function43 template <typename T> char InstructionError<T>::ID;
247 return make_error<InstructionError<MCInst>>( in verifyOperands()258 return make_error<InstructionError<MCInst>>(Message, MCI); in verifyOperands()509 return make_error<InstructionError<MCInst>>(std::string(Message), MCI); in verifyInstrDesc()536 return make_error<InstructionError<MCInst>>( in createInstrDescImpl()544 return make_error<InstructionError<MCInst>>( in createInstrDescImpl()
588 [&IP, &STI](const mca::InstructionError<MCInst> &IE) { in main()