Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DLazyCallThroughAndReexportsTest.cpp30 auto LCTM = createLocalLazyCallThroughManager(JTMB->getTargetTriple(), ES, 0); in TEST_F()
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
DLLJITWithLazyReexports.cpp124 auto LCTM = ExitOnErr(createLocalLazyCallThroughManager( in main()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h133 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h149 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES,
/external/llvm-project/llvm/examples/SpeculativeJIT/
DSpeculativeJIT.cpp54 auto LCTMgr = createLocalLazyCallThroughManager( in Create()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp86 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, in createLocalLazyCallThroughManager() function
DLLJIT.cpp229 if (auto LCTMgrOrErr = createLocalLazyCallThroughManager( in LLLazyJIT()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp106 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, in createLocalLazyCallThroughManager() function
DLLJIT.cpp1187 if (auto LCTMgrOrErr = createLocalLazyCallThroughManager( in LLLazyJIT()