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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp86 class GenericLLVMIRPlatform : public Platform { class in namespace:__anon3663
88 GenericLLVMIRPlatform(GenericLLVMIRPlatformSupport &S) : S(S) {} function in class:__anon3663::GenericLLVMIRPlatform
124 // GenericLLVMIRPlatform &P) : P(P) {
129 std::make_unique<GenericLLVMIRPlatform>(*this));
467 Error GenericLLVMIRPlatform::setupJITDylib(JITDylib &JD) {
471 Error GenericLLVMIRPlatform::notifyAdding(JITDylib &JD,
1148 { dbgs() << "Setting up GenericLLVMIRPlatform support for LLJIT\n"; });

Completed in 101 milliseconds