reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
  592     addHandler<utils::RequestCompile>(
include/llvm/ExecutionEngine/Orc/RPCUtils.h
 1494     addHandler<Func>(
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
  173   Server.addHandler<DummyRPCAPI::VoidBool>(freeVoidBool);
  182       Server.addHandler<DummyRPCAPI::VoidBool>(
  237       Server.addHandler<DummyRPCAPI::IntInt>(
  424       Server.addHandler<DummyRPCAPI::VoidString>(
  464     Server.addHandler<DummyRPCAPI::AllTheTypes>([&](int8_t S8, uint8_t U8,
  536       Server.addHandler<DummyRPCAPI::CustomType>(
  579       Server.addHandler<DummyRPCAPI::CustomType>(
  624       Server.addHandler<DummyRPCAPI::ErrorFunc>(
  653       Server.addHandler<DummyRPCAPI::ErrorFunc>(
  688       Server.addHandler<DummyRPCAPI::ExpectedFunc>(
  720       Server.addHandler<DummyRPCAPI::ExpectedFunc>(
  756       Server.addHandler<DummyRPCAPI::IntInt>(
  839       Server.addHandler<DummyRPCAPI::VoidBool>([](bool b) { });
  840       Server.addHandler<DummyRPCAPI::IntInt>([](int x) { return x; });
  841       Server.addHandler<DummyRPCAPI::CustomType>([](RPCFoo F) {});
  874   Server.addHandler<DummyRPCAPI::VoidBool>(
  887   Server.addHandler<DummyRPCAPI::VoidBool>(
unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp
  152   ServerEP.addHandler<remote::utils::TerminateSession>(
  199   ServerEP.addHandler<remote::utils::TerminateSession>(
  251   ServerEP.addHandler<remote::utils::TerminateSession>(
  302   ServerEP.addHandler<remote::utils::TerminateSession>(
  366   ServerEP.addHandler<remote::utils::TerminateSession>(
  455   ServerEP.addHandler<remote::utils::TerminateSession>(
  514   ServerEP.addHandler<remote::utils::TerminateSession>(
  564   ServerEP.addHandler<remote::utils::TerminateSession>(