Searched refs:SetUpPlatform (Results 1 – 2 of 2) sorted by relevance
323 PlatformSetupFunction SetUpPlatform; variable439 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp() argument440 impl().SetUpPlatform = std::move(SetUpPlatform); in setPlatformSetUp()
686 << (SetUpPlatform ? "Yes" : "No") << "\n" in prepareForConstruction()1005 if (!S.SetUpPlatform) in LLJIT()1006 S.SetUpPlatform = setUpGenericLLVMIRPlatform; in LLJIT()1008 if (auto PlatformJDOrErr = S.SetUpPlatform(*this)) { in LLJIT()