Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h589 class ORCPlatformSupport : public LLJIT::PlatformSupport {
591 ORCPlatformSupport(orc::LLJIT &J) : J(J) {} in ORCPlatformSupport() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp600 Error ORCPlatformSupport::initialize(orc::JITDylib &JD) { in initialize()
624 Error ORCPlatformSupport::deinitialize(orc::JITDylib &JD) { in deinitialize()
1055 J.setPlatformSupport(std::make_unique<ORCPlatformSupport>(J)); in setUpOrcPlatformManually()
1107 J.setPlatformSupport(std::make_unique<ORCPlatformSupport>(J)); in operator ()()