Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp376 class ORCPlatformSupport : public orc::LLJIT::PlatformSupport { class
378 ORCPlatformSupport(orc::LLJIT &J) : J(J) {} in ORCPlatformSupport() function in ORCPlatformSupport
973 J.setPlatformSupport(std::make_unique<ORCPlatformSupport>(J)); in runOrcJIT()