Searched refs:PrePlatformSetup (Results 1 – 2 of 2) sorted by relevance
322 unique_function<Error(LLJIT &)> PrePlatformSetup; variable429 setPrePlatformSetup(unique_function<Error(LLJIT &)> PrePlatformSetup) { in setPrePlatformSetup() argument430 impl().PrePlatformSetup = std::move(PrePlatformSetup); in setPrePlatformSetup()
998 if (S.PrePlatformSetup) { in LLJIT()999 if (auto Err2 = S.PrePlatformSetup(*this)) { in LLJIT()