Searched refs:LocalLazyCallThroughManager (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h87 class LocalLazyCallThroughManager : public LazyCallThroughManager { class in namespace:llvm::orc
91 LocalLazyCallThroughManager(ExecutionSession &ES, function in class:llvm::orc::LocalLazyCallThroughManager
115 /// Create a LocalLazyCallThroughManager using the given ABI. See
118 static Expected<std::unique_ptr<LocalLazyCallThroughManager>>
120 auto LLCTM = std::unique_ptr<LocalLazyCallThroughManager>(
121 new LocalLazyCallThroughManager(ES, ErrorHandlerAddr));
130 /// Create a LocalLazyCallThroughManager from the given triple and execution
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp112 return LocalLazyCallThroughManager::Create<OrcAArch64>(ES,
116 return LocalLazyCallThroughManager::Create<OrcI386>(ES, ErrorHandlerAddr);
119 return LocalLazyCallThroughManager::Create<OrcMips32Be>(ES,
123 return LocalLazyCallThroughManager::Create<OrcMips32Le>(ES,
128 return LocalLazyCallThroughManager::Create<OrcMips64>(ES, ErrorHandlerAddr);
132 return LocalLazyCallThroughManager::Create<OrcX86_64_Win32>(
135 return LocalLazyCallThroughManager::Create<OrcX86_64_SysV>(

Completed in 106 milliseconds