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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp577 class InactivePlatformSupport : public LLJIT::PlatformSupport { class in namespace:__anon2030
579 InactivePlatformSupport() = default;
582 LLVM_DEBUG(dbgs() << "InactivePlatformSupport: no initializers running for "
589 dbgs() << "InactivePlatformSupport: no deinitializers running for "
1181 J.setPlatformSupport(std::make_unique<InactivePlatformSupport>());

Completed in 110 milliseconds