Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h195 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp280 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator, Error &Err) in MachOPlatform() argument
287 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in MachOPlatform()