reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/ExecutionEngine/MCJIT/MCJIT.cpp
  102 void MCJIT::addModule(std::unique_ptr<Module> M) {
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
  258   void addModule(std::unique_ptr<Module> M) override {

References

lib/ExecutionEngine/ExecutionEngine.cpp
  545       EE->addModule(std::move(M));
lib/ExecutionEngine/ExecutionEngineBindings.cpp
  258   unwrap(EE)->addModule(std::unique_ptr<Module>(unwrap(M)));
tools/lli/lli.cpp
  330   EE.addModule(std::move(M));
  478     EE->addModule(std::move(XMod));
unittests/ExecutionEngine/MCJIT/MCJITMultipleModuleTest.cpp
   97   TheJIT->addModule(std::move(B));
  117   TheJIT->addModule(std::move(B));
  138   TheJIT->addModule(std::move(B));
  159   TheJIT->addModule(std::move(B));
  180   TheJIT->addModule(std::move(B));
  223   TheJIT->addModule(std::move(B));
  256   TheJIT->addModule(std::move(B));
  257   TheJIT->addModule(std::move(C));
  281   TheJIT->addModule(std::move(B));
  282   TheJIT->addModule(std::move(C));
  306   TheJIT->addModule(std::move(B));
  307   TheJIT->addModule(std::move(C));
  331   TheJIT->addModule(std::move(B));
  332   TheJIT->addModule(std::move(C));
  356   TheJIT->addModule(std::move(B));
  377   TheJIT->addModule(std::move(B));
  398   TheJIT->addModule(std::move(B));
  419   TheJIT->addModule(std::move(B));