Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp46 loadDylib(ExecutionSession &ES, StringRef RemotePath) { in loadDylib() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp76 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
/openbsd-src/gnu/llvm/lld/MachO/
H A DDriverUtils.cpp210 DylibFile *macho::loadDylib(MemoryBufferRef mbref, DylibFile *umbrella, in loadDylib() function in macho
H A DInputFiles.cpp1536 static DylibFile *loadDylib(StringRef path, DylibFile *umbrella) { in loadDylib() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h395 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override { in loadDylib() function