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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
RPCUtils.cpp 19 char llvm::orc::rpc::CouldNotNegotiate::ID = 0;
41 CouldNotNegotiate::CouldNotNegotiate(std::string Signature)
44 std::error_code CouldNotNegotiate::convertToErrorCode() const {
48 void CouldNotNegotiate::log(raw_ostream &OS) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 126 class CouldNotNegotiate : public ErrorInfo<CouldNotNegotiate> {
130 CouldNotNegotiate(std::string Signature);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
RPCUtilsTest.cpp 851 EXPECT_TRUE(Err.isA<CouldNotNegotiate>())
852 << "Expected CouldNotNegotiate error for attempted negotiate of "

Completed in 1140 milliseconds