Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h218 Error bootstrapMachORuntime(JITDylib &PlatformJD);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp308 if (auto E2 = bootstrapMachORuntime(PlatformJD)) { in MachOPlatform()
497 Error MachOPlatform::bootstrapMachORuntime(JITDylib &PlatformJD) { in bootstrapMachORuntime() function in llvm::orc::MachOPlatform