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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp552 DlFcnValues DlFcn; local
556 DlFcn.RTLDDefault = reinterpret_cast<void *>(-2);
559 if (auto Err = hookUpFunction(DlFcn.dlopen, "dlopen"))
561 if (auto Err = hookUpFunction(DlFcn.dlclose, "dlclose"))
563 if (auto Err = hookUpFunction(DlFcn.dlsym, "dlsym"))
565 if (auto Err = hookUpFunction(DlFcn.dlerror, "dlerror"))
569 new MachOPlatformSupport(J, PlatformJITDylib, DlFcn));
651 MachOPlatformSupport(LLJIT &J, JITDylib &PlatformJITDylib, DlFcnValues DlFcn) argument
652 : J(J), MP(setupPlatform(J)), DlFcn(std::move(DlFcn)) {
910 DlFcnValues DlFcn; member in class:__anon3663::MachOPlatformSupport
[all...]

Completed in 117 milliseconds