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

References

include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h
   59     : public rpc::Function<FindSymbol, Expected<RemoteSymbol>(std::string,
   67                            Expected<RemoteSymbol>(ObjHandleT, std::string,
   82                            Expected<RemoteSymbol>(ObjHandleT, std::string)> {
   89                            Expected<RemoteSymbol>(ObjHandleT, std::string)> {
  166   RemoteSymbol nullRemoteSymbol() {
  195   Expected<RemoteSymbol> jitSymbolToRemote(JITSymbol Sym) {
  201       return RemoteSymbol(Id, Flags);
  209   JITSymbol remoteToJITSymbol(Expected<RemoteSymbol> RemoteSymOrErr) {
  302   using RemoteSymbol = RemoteObjectLayerAPI::RemoteSymbol;
  405   using RemoteSymbol = RemoteObjectLayerAPI::RemoteSymbol;