Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DCOFFPlatform.h152 Error bootstrapCOFFRuntime(JITDylib &PlatformJD);
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DCOFFPlatform.cpp438 if (auto E2 = bootstrapCOFFRuntime(PlatformJD)) { in COFFPlatform()
677 Error COFFPlatform::bootstrapCOFFRuntime(JITDylib &PlatformJD) { in bootstrapCOFFRuntime() function in llvm::orc::COFFPlatform