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.h142 std::unique_ptr<StaticLibraryDefinitionGenerator> OrcRuntimeGenerator,
H A DELFNixPlatform.h222 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,
H A DMachOPlatform.h308 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp383 std::unique_ptr<StaticLibraryDefinitionGenerator> OrcRuntimeGenerator, in COFFPlatform() argument
421 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in COFFPlatform()
H A DELFNixPlatform.cpp378 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator, Error &Err) in ELFNixPlatform() argument
385 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in ELFNixPlatform()
H A DMachOPlatform.cpp474 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator, in MachOPlatform() argument
482 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in MachOPlatform()