Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h204 enum PlatformState { BootstrapPhase1, BootstrapPhase2, Initialized }; enumerator
210 std::atomic<PlatformState> State{BootstrapPhase1};
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp640 if (PS == MachOPlatform::BootstrapPhase1) { in modifyPassConfig()