Searched refs:OrcRuntimeGenerator (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | COFFPlatform.h | 150 std::unique_ptr<StaticLibraryDefinitionGenerator> OrcRuntimeGenerator,
|
H A D | ELFNixPlatform.h | 193 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,
|
H A D | MachOPlatform.h | 305 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator,
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | COFFPlatform.cpp | 387 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 D | ELFNixPlatform.cpp | 264 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 D | MachOPlatform.cpp | 475 std::unique_ptr<DefinitionGenerator> OrcRuntimeGenerator, in MachOPlatform() argument 482 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in MachOPlatform()
|