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 DELFNixPlatform.cpp166 auto OrcRuntimeArchiveGenerator = in setupJITDylib()
168 if (!OrcRuntimeArchiveGenerator) in setupJITDylib()
169 return OrcRuntimeArchiveGenerator.takeError();
172 std::move(*OrcRuntimeArchiveGenerator), in teardownJITDylib()
155 auto OrcRuntimeArchiveGenerator = Create() local
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.cpp344 auto OrcRuntimeArchiveGenerator = in Create() local
346 if (!OrcRuntimeArchiveGenerator) in Create()
347 return OrcRuntimeArchiveGenerator.takeError(); in Create()
350 std::move(*OrcRuntimeArchiveGenerator), in Create()