Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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))
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp46 Jit->getMainJITDylib().addGenerator(std::move(*PSGOrErr)); in IncrementalExecutor()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp88 J->getMainJITDylib().addGenerator( in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h57 MainJD.addGenerator(
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h57 MainJD.addGenerator(
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/
H A DLLJITWithTargetProcessControl.cpp156 J->getMainJITDylib().addGenerator( in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h64 MainJD.addGenerator(
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp231 J->getMainJITDylib().addGenerator(ExitOnErr(Executor->loadDylib(Path))); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h77 MainJD.addGenerator(
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp223 J->getMainJITDylib().addGenerator( in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp113 MainJD.addGenerator(std::move(ProcessSymbolsGenerator)); in SpeculativeJIT()
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp71 MainJD.addGenerator(std::move(ProcessSymbolsGenerator)); in SimpleJIT()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1096 S.MainJD->addGenerator( in loadProcessSymbols()
1108 S.MainJD->addGenerator(std::move(*G)); in loadDylibs()
1115 S.MainJD->addGenerator(std::make_unique<PhonyExternalsGenerator>()); in addPhonyExternalsGenerator()
1180 JD.addGenerator(ExitOnErr(StaticLibraryDefinitionGenerator::Load( in loadObjects()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp985 J->getMainJITDylib().addGenerator( in runOrcJIT()
993 J->getMainJITDylib().addGenerator( in runOrcJIT()
1044 JD.addGenerator(ExitOnErr(orc::StaticLibraryDefinitionGenerator::Load( in runOrcJIT()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h162 MainJD.addGenerator(
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h938 GeneratorT &addGenerator(std::unique_ptr<GeneratorT> DefGenerator);
1538 GeneratorT &JITDylib::addGenerator(std::unique_ptr<GeneratorT> DefGenerator) { in addGenerator() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp379 unwrap(JD)->addGenerator(std::unique_ptr<DefinitionGenerator>(unwrap(DG))); in LLVMOrcJITDylibAddGenerator()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/
H A DBuildingAJIT2.rst79 ES.getMainJITDylib().addGenerator(
H A DBuildingAJIT1.rst145 ES.getMainJITDylib().addGenerator(
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DORCv2.rst733 JD.addGenerator(DynamicLibrarySearchGenerator::Load("/path/to/lib"
756 JD.addGenerator(