Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h324 unique_function<Error(LLJIT &)> PrePlatformSetup; variable
433 setPrePlatformSetup(unique_function<Error(LLJIT &)> PrePlatformSetup) { in setPrePlatformSetup() argument
434 impl().PrePlatformSetup = std::move(PrePlatformSetup); in setPrePlatformSetup()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1052 if (S.PrePlatformSetup) in LLJIT()
1053 if ((Err = S.PrePlatformSetup(*this))) in LLJIT()