Home
last modified time | relevance | path

Searched refs:MachOPlatformSupport (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp505 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()
[all …]