Searched refs:BootstrapPhase1 (Results 1 – 2 of 2) sorted by relevance
204 enum PlatformState { BootstrapPhase1, BootstrapPhase2, Initialized }; enumerator210 std::atomic<PlatformState> State{BootstrapPhase1};
640 if (PS == MachOPlatform::BootstrapPhase1) { in modifyPassConfig()