Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h443 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp() function
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1014 Builder.setPlatformSetUp(orc::ExecutorNativePlatform(OrcRuntime)); in runOrcJIT()
1021 Builder.setPlatformSetUp(orc::setUpInactivePlatform); in runOrcJIT()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp639 (*JB)->setPlatformSetUp( in createLLJITBuilder()