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.h130 struct JDBootstrapState { struct
159 Error runBootstrapInitializers(JDBootstrapState &BState);
160 Error runBootstrapSubsectionInitializers(JDBootstrapState &BState,
192 std::map<JITDylib *, JDBootstrapState> JDBootstrapStates;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp650 Error COFFPlatform::runBootstrapInitializers(JDBootstrapState &BState) { in runBootstrapInitializers()
665 Error COFFPlatform::runBootstrapSubsectionInitializers(JDBootstrapState &BState, in runBootstrapSubsectionInitializers()
805 JDBootstrapState BState; in associateJITDylibHeaderSymbol()