Searched refs:SetUpPlatform (Results 1 – 2 of 2) sorted by relevance
267 PlatformSetupFunction SetUpPlatform; variable334 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp() argument335 impl().SetUpPlatform = std::move(SetUpPlatform); in setPlatformSetUp()
938 << (SetUpPlatform ? "Yes" : "No") << "\n" in prepareForConstruction()1114 if (S.SetUpPlatform) in LLJIT()1115 Err = S.SetUpPlatform(*this); in LLJIT()