Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp146 auto OrcRuntimeArchiveGenerator = StaticLibraryDefinitionGenerator::Load( in Create() local
148 if (!OrcRuntimeArchiveGenerator) in Create()
149 return OrcRuntimeArchiveGenerator.takeError(); in Create()
155 std::move(*OrcRuntimeArchiveGenerator), Err)); in Create()
H A DMachOPlatform.cpp219 auto OrcRuntimeArchiveGenerator = StaticLibraryDefinitionGenerator::Load( in Create() local
221 if (!OrcRuntimeArchiveGenerator) in Create()
222 return OrcRuntimeArchiveGenerator.takeError(); in Create()
228 std::move(*OrcRuntimeArchiveGenerator), Err)); in Create()