Searched refs:SetUpPlatform (Results 1 – 2 of 2) sorted by relevance
268 PlatformSetupFunction SetUpPlatform; variable335 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp() argument336 impl().SetUpPlatform = std::move(SetUpPlatform); in setPlatformSetUp()
961 << (SetUpPlatform ? "Yes" : "No") << "\n" in prepareForConstruction()1141 if (S.SetUpPlatform) in LLJIT()1142 Err = S.SetUpPlatform(*this); in LLJIT()