Home
last modified time | relevance | path

Searched refs:PrePlatformSetup (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h322 unique_function<Error(LLJIT &)> PrePlatformSetup; variable
429 setPrePlatformSetup(unique_function<Error(LLJIT &)> PrePlatformSetup) { in setPrePlatformSetup() argument
430 impl().PrePlatformSetup = std::move(PrePlatformSetup); in setPrePlatformSetup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp998 if (S.PrePlatformSetup) { in LLJIT()
999 if (auto Err2 = S.PrePlatformSetup(*this)) { in LLJIT()