Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
H A DLLJITWithLazyReexports.cpp124 auto LCTM = ExitOnErr(createLocalLazyCallThroughManager( in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h133 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES,
/netbsd-src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp54 auto LCTMgr = createLocalLazyCallThroughManager( in Create()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp106 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, in createLocalLazyCallThroughManager() function
H A DLLJIT.cpp1221 if (auto LCTMgrOrErr = createLocalLazyCallThroughManager( in LLLazyJIT()