Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp462 JDBootstrapStates.clear(); in COFFPlatform()
715 for (auto KV : JDBootstrapStates) { in bootstrapCOFFRuntime()
731 for (auto KV : JDBootstrapStates) { in bootstrapCOFFRuntime()
832 CP.JDBootstrapStates.emplace(&JD, BState); in associateJITDylibHeaderSymbol()
894 auto &BState = CP.JDBootstrapStates[&JD]; in registerObjectPlatformSectionsInBootstrap()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h199 std::map<JITDylib *, JDBootstrapState> JDBootstrapStates; variable