Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h133 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES,
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp106 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, in createLocalLazyCallThroughManager() function
H A DLLJIT.cpp844 if (auto LCTMgrOrErr = createLocalLazyCallThroughManager( in LLLazyJIT()
H A DOrcV2CBindings.cpp951 auto LCTM = createLocalLazyCallThroughManager(Triple(TargetTriple), in LLVMOrcCreateLocalLazyCallThroughManager()