Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h149 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES,
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp89 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, in createLocalLazyCallThroughManager() function
H A DLLJIT.cpp153 auto LCTMgr = createLocalLazyCallThroughManager(TT, *ES, ErrorAddr); in Create()