Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp751 bool IsBootstrapping = CP.Bootstrapping.load(); in modifyPassConfig() local
756 [this, &MR, IsBootstrapping](jitlink::LinkGraph &G) { in modifyPassConfig()
757 return associateJITDylibHeaderSymbol(G, MR, IsBootstrapping); in modifyPassConfig()
766 if (!IsBootstrapping) in modifyPassConfig()