Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp176 auto OrcRuntimeArchiveGenerator = StaticLibraryDefinitionGenerator::Create( in Create() local
179 if (!OrcRuntimeArchiveGenerator) in Create()
180 return OrcRuntimeArchiveGenerator.takeError(); in Create()
213 ObjLinkingLayer, PlatformJD, std::move(*OrcRuntimeArchiveGenerator), in Create()
H A DELFNixPlatform.cpp256 auto OrcRuntimeArchiveGenerator = in Create() local
258 if (!OrcRuntimeArchiveGenerator) in Create()
259 return OrcRuntimeArchiveGenerator.takeError(); in Create()
262 std::move(*OrcRuntimeArchiveGenerator), in Create()
H A DMachOPlatform.cpp331 auto OrcRuntimeArchiveGenerator = in Create() local
333 if (!OrcRuntimeArchiveGenerator) in Create()
334 return OrcRuntimeArchiveGenerator.takeError(); in Create()
337 std::move(*OrcRuntimeArchiveGenerator), in Create()