Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp88 class GenericLLVMIRPlatform : public Platform { class
90 GenericLLVMIRPlatform(GenericLLVMIRPlatformSupport &S) : S(S) {} in GenericLLVMIRPlatform() function in __anon09f517660111::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()