Home
last modified time | relevance | path

Searched refs:addGenerator (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/clang/utils/ABITest/
H A DTypeGen.py429 def addGenerator(self, g): member in AnyTypeGenerator
452 fields1.addGenerator( fbtg )
455 fields0.addGenerator( fbtg )
463 atg.addGenerator( btg )
464 atg.addGenerator( RecordTypeGenerator(fields0, False, 4) )
465 atg.addGenerator( etg )
H A DABITestGen.py529 atg.addGenerator(btg)
531 atg.addGenerator(bftg)
534 atg.addGenerator(RecordTypeGenerator(subfieldgen, opts.recordUseUnion,
538 atg.addGenerator(ComplexTypeGenerator(sbtg))
541 atg.addGenerator(ArrayTypeGenerator(subgen, opts.arrayMaxSize))
561 atg.addGenerator(FixedTypeGenerator(vTypes))
563 atg.addGenerator(EnumTypeGenerator([None, '-1', '1', '1u'], 1, 4))
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp50 Jit->getMainJITDylib().addGenerator(std::move(*PSGOrErr)); in IncrementalExecutor()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h54 MainJD.addGenerator(
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp88 J->getMainJITDylib().addGenerator( in main()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h54 MainJD.addGenerator(
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h61 MainJD.addGenerator(
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/
H A DLLJITWithExecutorProcessControl.cpp157 J->getMainJITDylib().addGenerator( in main()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp294 jd.addGenerator(std::move(*loaded)); in create()
331 mainJD.addGenerator( in create()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h75 MainJD.addGenerator(
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp215 J->getMainJITDylib().addGenerator( in main()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp224 J->getMainJITDylib().addGenerator( in main()
/llvm-project-15.0.7/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp117 MainJD.addGenerator(std::move(ProcessSymbolsGenerator)); in SpeculativeJIT()
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp796 S.MainJD->addGenerator( in loadProcessSymbols()
810 S.MainJD->addGenerator(std::move(*G)); in loadDylibs()
1368 S.MainJD->addGenerator(std::make_unique<PhonyExternalsGenerator>()); in addPhonyExternalsGenerator()
1669 JD.addGenerator(std::move(*G)); in addLibraries()
1728 JD.addGenerator(std::move(*G)); in addLibraries()
1736 JD.addGenerator(std::move(*G)); in addLibraries()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h160 MainJD.addGenerator(
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp1035 J->getMainJITDylib().addGenerator( in runOrcJIT()
1043 J->getMainJITDylib().addGenerator( in runOrcJIT()
1119 JD.addGenerator(ExitOnErr(orc::StaticLibraryDefinitionGenerator::Load( in runOrcJIT()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DCoreAPIsTest.cpp303 JD.addGenerator(std::make_unique<BadGenerator>()); in TEST_F()
402 JD.addGenerator(std::make_unique<ReexportsGenerator>( in TEST_F()
1077 JD.addGenerator(std::make_unique<TestGenerator>( in TEST_F()
1106 JD.addGenerator(std::make_unique<TestGenerator>(LS)); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1007 GeneratorT &addGenerator(std::unique_ptr<GeneratorT> DefGenerator);
1782 GeneratorT &JITDylib::addGenerator(std::unique_ptr<GeneratorT> DefGenerator) { in addGenerator() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp301 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in ELFNixPlatform()
H A DMachOPlatform.cpp344 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in MachOPlatform()
H A DOrcV2CBindings.cpp674 unwrap(JD)->addGenerator(std::unique_ptr<DefinitionGenerator>(unwrap(DG))); in LLVMOrcJITDylibAddGenerator()
/llvm-project-15.0.7/llvm/docs/tutorial/
H A DBuildingAJIT2.rst79 ES.getMainJITDylib().addGenerator(
H A DBuildingAJIT1.rst145 ES.getMainJITDylib().addGenerator(
/llvm-project-15.0.7/llvm/docs/
H A DORCv2.rst846 JD.addGenerator(std::move(*DLSGOrErr);
872 JD.addGenerator(cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(