Searched refs:CouldNotNegotiate (Results 1 – 2 of 2) sorted by relevance
23 char llvm::orc::shared::CouldNotNegotiate::ID = 0;45 CouldNotNegotiate::CouldNotNegotiate(std::string Signature) in CouldNotNegotiate() function in llvm::orc::shared::CouldNotNegotiate48 std::error_code CouldNotNegotiate::convertToErrorCode() const { in convertToErrorCode()52 void CouldNotNegotiate::log(raw_ostream &OS) const { in log()
129 class CouldNotNegotiate : public ErrorInfo<CouldNotNegotiate> {133 CouldNotNegotiate(std::string Signature);1239 return make_error<CouldNotNegotiate>(Func::getPrototype()); in getRemoteFunctionId()1247 return make_error<CouldNotNegotiate>(Func::getPrototype()); in getRemoteFunctionId()