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

References

include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h
   39   using BadObjectHandleError = remote::ResourceNotFound<ObjHandleT>;
   43   static const ObjHandleT InvalidObjectHandleId = 0;
   47     : public rpc::Function<AddObject, Expected<ObjHandleT>(std::string)> {
   53     : public rpc::Function<RemoveObject, Error(ObjHandleT)> {
   67                            Expected<RemoteSymbol>(ObjHandleT, std::string,
   75                            Error(ObjHandleT)> {
   82                            Expected<RemoteSymbol>(ObjHandleT, std::string)> {
   89                            Expected<RemoteSymbol>(ObjHandleT, std::string)> {
  189   Error badObjectHandleError(ObjHandleT H) {
  301   using ObjHandleT = RemoteObjectLayerAPI::ObjHandleT;
  404   using ObjHandleT = RemoteObjectLayerAPI::ObjHandleT;