Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h160 Error bootstrapCOFFRuntime(JITDylib &PlatformJD);
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp456 if (auto E2 = bootstrapCOFFRuntime(PlatformJD)) { in COFFPlatform()
688 Error COFFPlatform::bootstrapCOFFRuntime(JITDylib &PlatformJD) { in bootstrapCOFFRuntime() function in llvm::orc::COFFPlatform