Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h123 auto LLCTM = std::unique_ptr<LocalLazyCallThroughManager>( in Create() local
126 if (auto Err = LLCTM->init<ORCABI>()) in Create()
129 return std::move(LLCTM); in Create()