Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h610 Expected<JITDylibSP> setUpInactivePlatform(LLJIT &J);
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1019 Builder.setPlatformSetUp(orc::setUpInactivePlatform); in runOrcJIT()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1211 Expected<JITDylibSP> setUpInactivePlatform(LLJIT &J) { in setUpInactivePlatform() function