Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp629 class InactivePlatformSupport : public LLJIT::PlatformSupport { class
631 InactivePlatformSupport() = default;
953 J.setPlatformSupport(std::make_unique<InactivePlatformSupport>()); in setUpInactivePlatform()