Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h178 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,
H A DELFNixPlatform.h190 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp294 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator, Error &Err) in ELFNixPlatform() argument
301 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in ELFNixPlatform()
H A DMachOPlatform.cpp337 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator, Error &Err) in MachOPlatform() argument
344 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in MachOPlatform()