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

Declarations

include/llvm/ExecutionEngine/Orc/Layer.h
   51   virtual Error add(JITDylib &JD, ThreadSafeModule TSM,

References

examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
   72     return CompileLayer.add(ES.getMainJITDylib(),
examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h
   79     return OptimizeLayer.add(ES.getMainJITDylib(),
examples/SpeculativeJIT/SpeculativeJIT.cpp
   80     return CODLayer.add(JD, std::move(TSM));
lib/ExecutionEngine/Orc/LLJIT.cpp
   48   return CompileLayer->add(JD, std::move(TSM), ES->allocateVModule());
  188   return CODLayer->add(JD, std::move(TSM), ES->allocateVModule());
tools/clang/examples/clang-interpreter/main.cpp
   98     return CompileLayer.add(ES.getMainJITDylib(), std::move(M));
unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp
  161   cantFail(CompileLayer.add(JD, std::move(M), ES.allocateVModule()));
  226   cantFail(CompileLayer.add(JD, std::move(M), ES.allocateVModule()));