Home
last modified time | relevance | path

Searched defs:loadDylib (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp84 SelfExecutorProcessControl::loadDylib(const char *DylibPath) { loadDylib() function in llvm::orc::SelfExecutorProcessControl
H A DSimpleRemoteEPC.cpp28 SimpleRemoteEPC::loadDylib(const char *DylibPath) { in loadDylib() function in llvm::orc::SimpleRemoteEPC
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp214 DylibFile *macho::loadDylib(MemoryBufferRef mbref, DylibFile *umbrella, loadDylib() function in macho
H A DInputFiles.cpp1559 static DylibFile *loadDylib(StringRef path, DylibFile *umbrella) { loadDylib() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h461 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override { loadDylib() function