Home
last modified time | relevance | path

Searched refs:setPrePlatformSetup (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp47 JITBuilder->setPrePlatformSetup([](llvm::orc::LLJIT &J) { in createDefaultJITBuilder()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h432 setPrePlatformSetup(unique_function<Error(LLJIT &)> PrePlatformSetup) { in setPrePlatformSetup() function
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1002 Builder.setPrePlatformSetup(tryEnableDebugSupport); in runOrcJIT()