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

Definitions

include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
  175     static const char *getName() { return "RegisterEHFrames"; }
  183     static const char *getName() { return "DeregisterEHFrames"; }
  196     static const char *getName() { return "CallIntVoid"; }
  205     static const char *getName() { return "CallMain"; }
  213     static const char *getName() { return "CallVoidVoid"; }
  226     static const char *getName() { return "CreateRemoteAllocator"; }
  234     static const char *getName() { return "DestroyRemoteAllocator"; }
  242     static const char *getName() { return "ReadMem"; }
  251     static const char *getName() { return "ReserveMem"; }
  260     static const char *getName() { return "SetProtections"; }
  267     static const char *getName() { return "WriteMem"; }
  274     static const char *getName() { return "WritePtr"; }
  287     static const char *getName() { return "CreateIndirectStubsOwner"; }
  295     static const char *getName() { return "DestroyIndirectStubsOwner"; }
  306     static const char *getName() { return "EmitIndirectStubs"; }
  312     static const char *getName() { return "EmitResolverBlock"; }
  320     static const char *getName() { return "EmitTrampolineBlock"; }
  335     static const char *getName() { return "GetRemoteInfo"; }
  343     static const char *getName() { return "GetSymbolAddress"; }
  351     static const char *getName() { return "RequestCompile"; }
  357     static const char *getName() { return "TerminateSession"; }
include/llvm/ExecutionEngine/Orc/RPCUtils.h
  950     static const char *getName() { return "__orc_rpc$response"; }
  956     static const char *getName() { return "__orc_rpc$negotiate"; }
include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h
   49     static const char *getName() { return "AddObject"; }
   55     static const char *getName() { return "RemoveObject"; }
   62     static const char *getName() { return "FindSymbol"; }
   70     static const char *getName() { return "FindSymbolIn"; }
   77     static const char *getName() { return "EmitAndFinalize"; }
   84     static const char *getName() { return "Lookup"; }
   91     static const char *getName() { return "LookupInLogicalDylib"; }
   97     static const char *getName() { return "ReleaseRemoteSymbol"; }
  104     static const char *getName() { return "MaterializeRemoteSymbol"; }
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
  121     static const char* getName() { return "VoidBool"; }
  126     static const char* getName() { return "IntInt"; }
  131     static const char* getName() { return "VoidString"; }
  140     static const char* getName() { return "AllTheTypes"; }
  145     static const char* getName() { return "CustomType"; }
  150     static const char* getName() { return "ErrorFunc"; }
  155     static const char* getName() { return "ExpectedFunc"; }