Searched refs:runBootstrapInitializers (Results 1 – 2 of 2) sorted by relevance
158 Error runBootstrapInitializers(JDBootstrapState &BState);
648 Error COFFPlatform::runBootstrapInitializers(JDBootstrapState &BState) { in runBootstrapInitializers() function in llvm::orc::COFFPlatform722 if (auto Err = runBootstrapInitializers(JDBState)) in bootstrapCOFFRuntime()