Searched refs:SetUpPlatform (Results 1 – 2 of 2) sorted by relevance
324 PlatformSetupFunction SetUpPlatform; variable442 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp() argument443 impl().SetUpPlatform = std::move(SetUpPlatform); in setPlatformSetUp()
720 << (SetUpPlatform ? "Yes" : "No") << "\n" in prepareForConstruction()1038 if (!S.SetUpPlatform) in LLJIT()1039 S.SetUpPlatform = setUpGenericLLVMIRPlatform; in LLJIT()1041 if (auto PlatformJDOrErr = S.SetUpPlatform(*this)) { in LLJIT()