Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp88 class GenericLLVMIRPlatform : public Platform { class
90 GenericLLVMIRPlatform(GenericLLVMIRPlatformSupport &S) : S(S) {} in GenericLLVMIRPlatform() function in __anon11530eef0111::GenericLLVMIRPlatform
131 std::make_unique<GenericLLVMIRPlatform>(*this)); in GenericLLVMIRPlatformSupport()
447 Error GenericLLVMIRPlatform::setupJITDylib(JITDylib &JD) { in setupJITDylib()
451 Error GenericLLVMIRPlatform::notifyAdding(ResourceTracker &RT, in notifyAdding()