Searched refs:loadDylib (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCDebugObjectRegistrar.cpp | 25 if (auto D = EPC.loadDylib(nullptr)) in createJITLoaderGDBRegistrar()
|
H A D | EPCEHFrameRegistrar.cpp |
|
H A D | EPCDynamicLibrarySearchGenerator.cpp | 22 auto Handle = ES.getExecutorProcessControl().loadDylib(LibraryPath); in Load()
|
H A D | ExecutorProcessControl.cpp | 79 SelfExecutorProcessControl::loadDylib(const char *DylibPath) { in loadDylib() function in llvm::orc::SelfExecutorProcessControl
|
H A D | SimpleRemoteEPC.cpp | 28 SimpleRemoteEPC::loadDylib(const char *DylibPath) { in loadDylib() function in llvm::orc::SimpleRemoteEPC
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.h | 285 virtual Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) = 0; 479 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override { in loadDylib() function 529 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override;
|
H A D | SimpleRemoteEPC.h | 72 Expected<tpctypes::DylibHandle> loadDylib(const char *DylibPath) override;
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Driver.h | 52 DylibFile *loadDylib(llvm::MemoryBufferRef mbref, DylibFile *umbrella = nullptr,
|
H A D | InputFiles.cpp | 1560 static DylibFile *loadDylib(StringRef path, DylibFile *umbrella) { in loadDylib() function 1566 return loadDylib(*mbref, umbrella); in loadDylib() 1593 return loadDylib(*dylibPath, umbrella); in findDylib() 1597 return loadDylib(*dylibPath, umbrella); in findDylib() 1605 return loadDylib(*dylibPath, umbrella); in findDylib() 1634 return loadDylib(*dylibPath, umbrella); in findDylib() 1653 return loadDylib(*dylibPath, umbrella); in findDylib()
|
H A D | DriverUtils.cpp | 224 DylibFile *macho::loadDylib(MemoryBufferRef mbref, DylibFile *umbrella, in loadDylib() function in macho
|
H A D | Driver.cpp | 409 loadDylib(mbref, nullptr, /*isBundleLoader=*/false, isExplicit)) in addFile() 421 if (DylibFile *dylibFile = loadDylib(mbref, nullptr, isBundleLoader)) in addFile()
|