Searched refs:createLocalLazyCallThroughManager (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | LazyCallThroughAndReexportsTest.cpp | 30 auto LCTM = createLocalLazyCallThroughManager(JTMB->getTargetTriple(), ES, 0); in TEST_F()
|
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/ |
D | LLJITWithLazyReexports.cpp | 124 auto LCTM = ExitOnErr(createLocalLazyCallThroughManager( in main()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LazyReexports.h | 133 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LazyReexports.h | 149 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES,
|
/external/llvm-project/llvm/examples/SpeculativeJIT/ |
D | SpeculativeJIT.cpp | 54 auto LCTMgr = createLocalLazyCallThroughManager( in Create()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | LazyReexports.cpp | 86 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, in createLocalLazyCallThroughManager() function
|
D | LLJIT.cpp | 229 if (auto LCTMgrOrErr = createLocalLazyCallThroughManager( in LLLazyJIT()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | LazyReexports.cpp | 106 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, in createLocalLazyCallThroughManager() function
|
D | LLJIT.cpp | 1187 if (auto LCTMgrOrErr = createLocalLazyCallThroughManager( in LLLazyJIT()
|