Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp183 auto OrcRuntimeArchiveGenerator = StaticLibraryDefinitionGenerator::Load( in Create() local
185 if (!OrcRuntimeArchiveGenerator) in Create()
186 return OrcRuntimeArchiveGenerator.takeError(); in Create()
192 std::move(*OrcRuntimeArchiveGenerator), Err)); in Create()