Home
last modified time | relevance | path

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

/llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp31 loadDylib(ExecutionSession &ES, StringRef RemotePath) { in loadDylib() function
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp79 SelfExecutorProcessControl::loadDylib(const char *DylibPath) { loadDylib() function in llvm::orc::SelfExecutorProcessControl
H A DSimpleRemoteEPC.cpp28 SimpleRemoteEPC::loadDylib(const char *DylibPath) { loadDylib() function in llvm::orc::SimpleRemoteEPC
/llvm-project/lld/MachO/
H A DDriverUtils.cpp224 DylibFile *macho::loadDylib(MemoryBufferRef mbref, DylibFile *umbrella, loadDylib() function in macho
H A DInputFiles.cpp1560 static DylibFile *loadDylib(StringRef path, DylibFile *umbrella) { in loadDylib() function
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DObjectLinkingLayerTest.cpp264 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override { TEST() function in __anon4442cf4b0111::TEST::TestEPC
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h479 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override { loadDylib() function