Home
last modified time | relevance | path

Searched refs:OrcRuntimeGenerator (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h150 std::unique_ptr<StaticLibraryDefinitionGenerator> OrcRuntimeGenerator,
H A DELFNixPlatform.h193 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,
H A DMachOPlatform.h305 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp387 std::unique_ptr<StaticLibraryDefinitionGenerator> OrcRuntimeGenerator, in COFFPlatform() argument
412 for (auto &Lib : OrcRuntimeGenerator->getImportedDynamicLibraries()) in COFFPlatform()
426 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in COFFPlatform()
H A DELFNixPlatform.cpp264 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator, Error &Err) in ELFNixPlatform()
271 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in ELFNixPlatform()
250 ELFNixPlatform(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,Error & Err) ELFNixPlatform() argument
H A DMachOPlatform.cpp475 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator, in MachOPlatform() argument
482 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in MachOPlatform()