Searched refs:SetUpPlatform (Results 1 – 2 of 2) sorted by relevance
325 PlatformSetupFunction SetUpPlatform; variable443 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp() argument444 impl().SetUpPlatform = std::move(SetUpPlatform); in setPlatformSetUp()
747 << (SetUpPlatform ? "Yes" : "No") << "\n" in prepareForConstruction()1056 if (!S.SetUpPlatform) in LLJIT()1057 S.SetUpPlatform = setUpGenericLLVMIRPlatform; in LLJIT()1059 if (auto PlatformJDOrErr = S.SetUpPlatform(*this)) { in LLJIT()