Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h166 Error runBootstrapInitializers(JDBootstrapState &BState);
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp659 Error COFFPlatform::runBootstrapInitializers(JDBootstrapState &BState) { in runBootstrapInitializers() function in llvm::orc::COFFPlatform
733 if (auto Err = runBootstrapInitializers(JDBState)) in bootstrapCOFFRuntime()