HomeSort by: relevance | last modified time | path
    Searched defs:LoadDylib (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
OrcRPCTPCServer.h 349 class LoadDylib
350 : public shared::RPCFunction<LoadDylib, Expected<tpctypes::DylibHandle>(
353 static const char *getName() { return "LoadDylib"; }
416 EP.template addHandler<orcrpctpc::LoadDylib>(*this, &ThisT::loadDylib);
539 Expected<tpctypes::DylibHandle> loadDylib(const std::string &Path) {
OrcRPCTPCServer.h 349 class LoadDylib
350 : public shared::RPCFunction<LoadDylib, Expected<tpctypes::DylibHandle>(
353 static const char *getName() { return "LoadDylib"; }
416 EP.template addHandler<orcrpctpc::LoadDylib>(*this, &ThisT::loadDylib);
539 Expected<tpctypes::DylibHandle> loadDylib(const std::string &Path) {
OrcRPCTPCServer.h 349 class LoadDylib
350 : public shared::RPCFunction<LoadDylib, Expected<tpctypes::DylibHandle>(
353 static const char *getName() { return "LoadDylib"; }
416 EP.template addHandler<orcrpctpc::LoadDylib>(*this, &ThisT::loadDylib);
539 Expected<tpctypes::DylibHandle> loadDylib(const std::string &Path) {
OrcRPCTPCServer.h 349 class LoadDylib
350 : public shared::RPCFunction<LoadDylib, Expected<tpctypes::DylibHandle>(
353 static const char *getName() { return "LoadDylib"; }
416 EP.template addHandler<orcrpctpc::LoadDylib>(*this, &ThisT::loadDylib);
539 Expected<tpctypes::DylibHandle> loadDylib(const std::string &Path) {

Completed in 121 milliseconds