Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp166 auto OrcRuntimeArchiveGenerator = in Create() local
168 if (!OrcRuntimeArchiveGenerator) in Create()
169 return OrcRuntimeArchiveGenerator.takeError(); in Create()
172 std::move(*OrcRuntimeArchiveGenerator), in Create()
H A DCOFFPlatform.cpp181 auto OrcRuntimeArchiveGenerator = StaticLibraryDefinitionGenerator::Create( in Create() local
183 if (!OrcRuntimeArchiveGenerator) in Create()
184 return OrcRuntimeArchiveGenerator.takeError(); in Create()
217 ES, ObjLinkingLayer, PlatformJD, std::move(*OrcRuntimeArchiveGenerator), in Create()
H A DMachOPlatform.cpp308 auto OrcRuntimeArchiveGenerator = in Create() local
310 if (!OrcRuntimeArchiveGenerator) in Create()
311 return OrcRuntimeArchiveGenerator.takeError(); in Create()
314 std::move(*OrcRuntimeArchiveGenerator), in Create()