Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDELFNixPlatform.cpp166 auto OrcRuntimeArchiveGenerator = in Create() local
168 if (!OrcRuntimeArchiveGenerator) in Create()
169 return OrcRuntimeArchiveGenerator.takeError(); in Create()
172 std::move(*OrcRuntimeArchiveGenerator), in Create()
HDCOFFPlatform.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()
HDMachOPlatform.cpp344 auto OrcRuntimeArchiveGenerator = in Create() local
346 if (!OrcRuntimeArchiveGenerator) in Create()
347 return OrcRuntimeArchiveGenerator.takeError(); in Create()
350 std::move(*OrcRuntimeArchiveGenerator), in Create()