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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp559 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"))
638 static Error hookUpFunction(FunctionPtrTy &Fn, const char *Name) { function in class:__anon3663::MachOPlatformSupport

Completed in 64 milliseconds