Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DLazyCallThroughAndReexportsTest.cpp30 auto LCTM = createLocalLazyCallThroughManager(JTMB->getTargetTriple(), ES, 0); in TEST_F()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
H A DLLJITWithLazyReexports.cpp124 auto LCTM = ExitOnErr(createLocalLazyCallThroughManager( in main()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h133 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES,
/llvm-project-15.0.7/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp58 auto LCTMgr = createLocalLazyCallThroughManager( in Create()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp106 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, in createLocalLazyCallThroughManager() function
H A DLLJIT.cpp920 if (auto LCTMgrOrErr = createLocalLazyCallThroughManager( in LLLazyJIT()
H A DOrcV2CBindings.cpp1100 auto LCTM = createLocalLazyCallThroughManager(Triple(TargetTriple), in LLVMOrcCreateLocalLazyCallThroughManager()