Home
last modified time | relevance | path

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

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