Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp532 DlFcnValues DlFcn; in Create() local
536 DlFcn.RTLDDefault = reinterpret_cast<void *>(-2); in Create()
539 if (auto Err = hookUpFunction(DlFcn.dlopen, "dlopen")) in Create()
541 if (auto Err = hookUpFunction(DlFcn.dlclose, "dlclose")) in Create()
543 if (auto Err = hookUpFunction(DlFcn.dlsym, "dlsym")) in Create()
545 if (auto Err = hookUpFunction(DlFcn.dlerror, "dlerror")) in Create()
549 new MachOPlatformSupport(J, PlatformJITDylib, DlFcn)); in Create()
631 MachOPlatformSupport(LLJIT &J, JITDylib &PlatformJITDylib, DlFcnValues DlFcn) in MachOPlatformSupport() argument
632 : J(J), MP(setupPlatform(J)), DlFcn(std::move(DlFcn)) { in MachOPlatformSupport()
779 return DlFcn.dlopen(Path, Mode); in jit_dlopen()
[all …]