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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp82 class GenericLLVMIRPlatformSupport;
85 /// Just forwards calls to the GenericLLVMIRPlatformSupport class below.
88 GenericLLVMIRPlatform(GenericLLVMIRPlatformSupport &S) : S(S) {}
97 GenericLLVMIRPlatformSupport &S;
106 GlobalCtorDtorScraper(GenericLLVMIRPlatformSupport &PS,
113 GenericLLVMIRPlatformSupport &PS;
122 class GenericLLVMIRPlatformSupport : public LLJIT::PlatformSupport { class in namespace:__anon3663
125 GenericLLVMIRPlatformSupport(LLJIT &J) function in class:__anon3663::GenericLLVMIRPlatformSupport
210 dbgs() << "GenericLLVMIRPlatformSupport getting initializers to run\n";
214 { dbgs() << "GenericLLVMIRPlatformSupport runnin
[all...]

Completed in 104 milliseconds