Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h158 Error runBootstrapInitializers(JDBootstrapState &BState);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp648 Error COFFPlatform::runBootstrapInitializers(JDBootstrapState &BState) { in runBootstrapInitializers() function in llvm::orc::COFFPlatform
722 if (auto Err = runBootstrapInitializers(JDBState)) in bootstrapCOFFRuntime()