Home
last modified time | relevance | path

Searched refs:BootstrapPhase2 (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
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp357 State = BootstrapPhase2; in MachOPlatform()