Searched refs:PrePlatformSetup (Results 1 – 2 of 2) sorted by relevance
323 unique_function<Error(LLJIT &)> PrePlatformSetup; variable432 setPrePlatformSetup(unique_function<Error(LLJIT &)> PrePlatformSetup) { in setPrePlatformSetup() argument433 impl().PrePlatformSetup = std::move(PrePlatformSetup); in setPrePlatformSetup()
1031 if (S.PrePlatformSetup) { in LLJIT()1032 if (auto Err2 = S.PrePlatformSetup(*this)) { in LLJIT()