Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp91 class GenericLLVMIRPlatform : public Platform { class
93 GenericLLVMIRPlatform(GenericLLVMIRPlatformSupport &S) : S(S) {} in GenericLLVMIRPlatform() function in __anonc48a5abb0111::GenericLLVMIRPlatform
138 std::make_unique<GenericLLVMIRPlatform>(*this)); in GenericLLVMIRPlatformSupport()
492 Error GenericLLVMIRPlatform::setupJITDylib(JITDylib &JD) { in setupJITDylib()
496 Error GenericLLVMIRPlatform::teardownJITDylib(JITDylib &JD) { in teardownJITDylib()
500 Error GenericLLVMIRPlatform::notifyAdding(ResourceTracker &RT, in notifyAdding()