Lines Matching refs:Bootstrap
388 Bootstrap = &BI; in ELFNixPlatform()
414 Bootstrap = nullptr; in ELFNixPlatform()
626 std::lock_guard<std::mutex> Lock(MP.Bootstrap.load()->Mutex); in bootstrapPipelineStart()
627 ++MP.Bootstrap.load()->ActiveGraphs; in bootstrapPipelineStart()
635 {*MP.DSOHandleSymbol, &MP.Bootstrap.load()->ELFNixHeaderAddr}, in bootstrapPipelineRecordRuntimeFunctions()
670 MP.Bootstrap.load()->ELFNixHeaderAddr; in bootstrapPipelineRecordRuntimeFunctions()
671 MP.HandleAddrToJITDylib[MP.Bootstrap.load()->ELFNixHeaderAddr] = in bootstrapPipelineRecordRuntimeFunctions()
680 std::lock_guard<std::mutex> Lock(MP.Bootstrap.load()->Mutex); in bootstrapPipelineEnd()
681 assert(MP.Bootstrap && "DeferredAAs reset before bootstrap completed"); in bootstrapPipelineEnd()
682 --MP.Bootstrap.load()->ActiveGraphs; in bootstrapPipelineEnd()
685 if (MP.Bootstrap.load()->ActiveGraphs == 0) in bootstrapPipelineEnd()
686 MP.Bootstrap.load()->CV.notify_all(); in bootstrapPipelineEnd()
697 Bootstrap.load()->addArgumentsToRTFnMap( in registerPerObjectSections()
733 &MR.getTargetJITDylib() == &MP.PlatformJD && MP.Bootstrap; in modifyPassConfig()
964 MP.Bootstrap.load()->addArgumentsToRTFnMap( in registerInitSections()