Searched defs:RTDyld (Results 1 – 6 of 6) sorted by relevance
75 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedObjectInfo()87 RuntimeDyldImpl &RTDyld; variable182 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded()
35 LoadedCOFFObjectInfo(RuntimeDyldImpl & RTDyld,RuntimeDyld::LoadedObjectInfo::ObjSectionToIDMap ObjSecToIDMap) LoadedCOFFObjectInfo() argument
32 LoadedMachOObjectInfo(RuntimeDyldImpl & RTDyld,ObjSectionToIDMap ObjSecToIDMap) LoadedMachOObjectInfo() argument
1457 RuntimeDyld RTDyld(MemMgr, Resolver); jitLinkForORC() local
133 : LoadedObjectInfoHelper(RTDyld, std::move(ObjSecToIDMap)) {} in LoadedELFObjectInfo() argument
69 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded()