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

References

include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h
  533   std::map<ObjHandleT, typename BaseLayerT::ObjHandleT> BaseLayerHandles;
unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp
   29   using SymbolLookupTable = std::map<ObjHandleT, LookupFn>;
   32     std::function<Expected<ObjHandleT>(ObjectPtr, SymbolLookupTable&)>;
   34   class ObjectNotFound : public remote::ResourceNotFound<ObjHandleT> {
   36     ObjectNotFound(ObjHandleT H) : ResourceNotFound(H, "Object handle") {}
   42   Expected<ObjHandleT> addObject(ObjectPtr Obj,
   47   Error removeObject(ObjHandleT H) {
   64   JITSymbol findSymbolIn(ObjHandleT H, StringRef Name,
   73   Error emitAndFinalize(ObjHandleT H) {