Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp87 class GenericLLVMIRPlatform : public Platform { class
89 GenericLLVMIRPlatform(GenericLLVMIRPlatformSupport &S) : S(S) {} in GenericLLVMIRPlatform() function in __anon266705120111::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()