Home
last modified time | relevance | path

Searched refs:bootstrapMachORuntime (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h199 Error bootstrapMachORuntime(JITDylib &PlatformJD);
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp368 if (auto E2 = bootstrapMachORuntime(PlatformJD)) { in MachOPlatform()
574 Error MachOPlatform::bootstrapMachORuntime(JITDylib &PlatformJD) { in bootstrapMachORuntime() function in llvm::orc::MachOPlatform