Searched refs:addGenerator (Results 1 – 5 of 5) sorted by relevance
46 Jit->getMainJITDylib().addGenerator(std::move(*PSGOrErr)); in IncrementalExecutor()
976 J->getMainJITDylib().addGenerator( in runOrcJIT()984 J->getMainJITDylib().addGenerator( in runOrcJIT()1035 JD.addGenerator(ExitOnErr(orc::StaticLibraryDefinitionGenerator::Load( in runOrcJIT()
952 GeneratorT &addGenerator(std::unique_ptr<GeneratorT> DefGenerator);1692 GeneratorT &JITDylib::addGenerator(std::unique_ptr<GeneratorT> DefGenerator) { in addGenerator() function
287 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in MachOPlatform()
588 unwrap(JD)->addGenerator(std::unique_ptr<DefinitionGenerator>(unwrap(DG))); in LLVMOrcJITDylibAddGenerator()