Home
last modified time | relevance | path

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

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