Lines Matching refs:MachOPlatformSupport
505 class MachOPlatformSupport : public LLJIT::PlatformSupport { class
520 static Expected<std::unique_ptr<MachOPlatformSupport>>
548 std::unique_ptr<MachOPlatformSupport> MP( in Create()
549 new MachOPlatformSupport(J, PlatformJITDylib, DlFcn)); in Create()
631 MachOPlatformSupport(LLJIT &J, JITDylib &PlatformJITDylib, DlFcnValues DlFcn) in MachOPlatformSupport() function in __anon266705120111::MachOPlatformSupport
742 static_cast<MachOPlatformSupport *>(Self)->AtExitMgr.registerAtExit( in registerAtExitHelper()
747 static_cast<MachOPlatformSupport *>(Self)->AtExitMgr.runAtExits(DSOHandle); in runAtExitsHelper()
783 return static_cast<MachOPlatformSupport *>(Self)->jit_dlopen(Path, Mode); in dlopenHelper()
819 return static_cast<MachOPlatformSupport *>(Self)->jit_dlclose(Handle); in dlcloseHelper()
864 return static_cast<MachOPlatformSupport *>(Self)->jit_dlsym(Handle, Name); in dlsymHelper()
878 return static_cast<MachOPlatformSupport *>(Self)->jit_dlerror(); in dlerrorHelper()
1151 auto MP = MachOPlatformSupport::Create(J, J.getMainJITDylib()); in setUpMachOPlatform()