Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp46 Jit->getMainJITDylib().addGenerator(std::move(*PSGOrErr)); in IncrementalExecutor()
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp976 J->getMainJITDylib().addGenerator( in runOrcJIT()
984 J->getMainJITDylib().addGenerator( in runOrcJIT()
1035 JD.addGenerator(ExitOnErr(orc::StaticLibraryDefinitionGenerator::Load( in runOrcJIT()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h952 GeneratorT &addGenerator(std::unique_ptr<GeneratorT> DefGenerator);
1692 GeneratorT &JITDylib::addGenerator(std::unique_ptr<GeneratorT> DefGenerator) { in addGenerator() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp287 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in MachOPlatform()
H A DOrcV2CBindings.cpp588 unwrap(JD)->addGenerator(std::unique_ptr<DefinitionGenerator>(unwrap(DG))); in LLVMOrcJITDylibAddGenerator()