Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h141 void setPlatformSupport(std::unique_ptr<PlatformSupport> PS) { in setPlatformSupport() function
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp1146 J.setPlatformSupport(std::make_unique<GenericLLVMIRPlatformSupport>(J)); in setUpGenericLLVMIRPlatform()
1154 J.setPlatformSupport(std::move(*MP)); in setUpMachOPlatform()