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.h323 unique_function<Error(LLJIT &)> PrePlatformSetup; variable
432 setPrePlatformSetup(unique_function<Error(LLJIT &)> PrePlatformSetup) { in setPrePlatformSetup() argument
433 impl().PrePlatformSetup = std::move(PrePlatformSetup); in setPrePlatformSetup()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1031 if (S.PrePlatformSetup) { in LLJIT()
1032 if (auto Err2 = S.PrePlatformSetup(*this)) { in LLJIT()