Home
last modified time | relevance | path

Searched refs:loadDylib (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTargetProcessControl.h124 virtual Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) = 0;
180 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override;
H A DOrcRPCTargetProcessControl.h292 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override { in loadDylib() function
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCDebugObjectRegistrar.cpp37 auto ProcessHandle = TPC.loadDylib(nullptr); in createJITLoaderGDBRegistrar()
H A DTPCDynamicLibrarySearchGenerator.cpp18 auto Handle = TPC.loadDylib(LibraryPath); in Load()
H A DTPCEHFrameRegistrar.cpp22 auto ProcessHandle = TPC.loadDylib(nullptr); in Create()
H A DTargetProcessControl.cpp57 SelfTargetProcessControl::loadDylib(const char *DylibPath) { in loadDylib() function in llvm::orc::SelfTargetProcessControl
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.h67 loadDylib(StringRef RemotePath);
H A DRemoteJITUtils.cpp128 JITLinkExecutor::loadDylib(StringRef RemotePath) { in loadDylib() function in JITLinkExecutor
129 if (auto Handle = TPC->loadDylib(RemotePath.data())) in loadDylib()
H A DLLJITWithRemoteDebugging.cpp231 J->getMainJITDylib().addGenerator(ExitOnErr(Executor->loadDylib(Path))); in main()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h416 EP.template addHandler<orcrpctpc::LoadDylib>(*this, &ThisT::loadDylib); in OrcRPCTPCServer()
539 Expected<tpctypes::DylibHandle> loadDylib(const std::string &Path) { in loadDylib() function