Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h200 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,
H A DELFNixPlatform.h190 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp295 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator, Error &Err) in ELFNixPlatform() argument
302 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in ELFNixPlatform()
H A DMachOPlatform.cpp423 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator, Error &Err) in MachOPlatform() argument
427 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in MachOPlatform()