Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h141 void setPlatformSupport(std::unique_ptr<PlatformSupport> PS) { in setPlatformSupport() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp881 J.setPlatformSupport(std::make_unique<GenericLLVMIRPlatformSupport>(J)); in setUpGenericLLVMIRPlatform()
887 J.setPlatformSupport(std::make_unique<InactivePlatformSupport>()); in setUpInactivePlatform()
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp973 J.setPlatformSupport(std::make_unique<ORCPlatformSupport>(J)); in runOrcJIT()