Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTargetProcessControl.h116 virtual Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) = 0;
172 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override;
DOrcRPCTargetProcessControl.h291 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override { in loadDylib() function
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCDynamicLibrarySearchGenerator.cpp18 auto Handle = TPC.loadDylib(LibraryPath); in Load()
DTPCEHFrameRegistrar.cpp22 auto ProcessHandle = TPC.loadDylib(nullptr); in Create()
DTargetProcessControl.cpp57 SelfTargetProcessControl::loadDylib(const char *DylibPath) { in loadDylib() function in llvm::orc::SelfTargetProcessControl
/external/llvm-project/lld/MachO/
DInputFiles.cpp441 static Optional<DylibFile *> loadDylib(StringRef path, DylibFile *umbrella) { in loadDylib() function
474 return loadDylib(*dylibPath, umbrella); in loadReexport()
488 return loadDylib(*dylibPath, umbrella); in loadReexport()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h411 EP.template addHandler<orcrpctpc::LoadDylib>(*this, &ThisT::loadDylib); in OrcRPCTPCServer()
534 Expected<tpctypes::DylibHandle> loadDylib(const std::string &Path) { in loadDylib() function