Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h136 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp109 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, in createLocalLazyCallThroughManager() function
H A DOrcV2CBindings.cpp1172 auto LCTM = createLocalLazyCallThroughManager( in LLVMOrcCreateLocalLazyCallThroughManager()
H A DLLJIT.cpp1307 if (auto LCTMgrOrErr = createLocalLazyCallThroughManager( in LLLazyJIT()