Searched defs:loadDylib (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ | ||
H A D | ExecutorProcessControl.cpp | 84 SelfExecutorProcessControl::loadDylib(const char *DylibPath) { loadDylib() function in llvm::orc::SelfExecutorProcessControl |
H A D | SimpleRemoteEPC.cpp | 28 SimpleRemoteEPC::loadDylib(const char *DylibPath) { in loadDylib() function in llvm::orc::SimpleRemoteEPC |
/freebsd-src/contrib/llvm-project/lld/MachO/ | ||
H A D | DriverUtils.cpp | 214 DylibFile *macho::loadDylib(MemoryBufferRef mbref, DylibFile *umbrella, loadDylib() function in macho |
H A D | InputFiles.cpp | 1559 static DylibFile *loadDylib(StringRef path, DylibFile *umbrella) { loadDylib() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ | ||
H A D | ExecutorProcessControl.h | 461 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override { loadDylib() function |