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.h119 auto LLCTM = std::unique_ptr<LocalLazyCallThroughManager>( in Create() local
122 if (auto Err = LLCTM->init<ORCABI>()) in Create()
125 return std::move(LLCTM); in Create()