Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h137 struct JDBootstrapState { struct
166 Error runBootstrapInitializers(JDBootstrapState &BState);
167 Error runBootstrapSubsectionInitializers(JDBootstrapState &BState,
199 std::map<JITDylib *, JDBootstrapState> JDBootstrapStates;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp659 Error COFFPlatform::runBootstrapInitializers(JDBootstrapState &BState) { in runBootstrapInitializers()
674 Error COFFPlatform::runBootstrapSubsectionInitializers(JDBootstrapState &BState, in runBootstrapSubsectionInitializers()
828 JDBootstrapState BState; in associateJITDylibHeaderSymbol()