Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp580 class InactivePlatformSupport : public LLJIT::PlatformSupport { class
582 InactivePlatformSupport() = default;
887 J.setPlatformSupport(std::make_unique<InactivePlatformSupport>()); in setUpInactivePlatform()