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

Declarations

include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
  192   Expected<JITTargetAddress> getCompileCallback(CompileFunction Compile);

References

examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h
  176         CompileCallbackMgr->getCompileCallback(std::move(CompileAction)));
examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h
  189         CompileCallbackMgr->getCompileCallback(std::move(CompileAction)));
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
  428                 CompileCallbackMgr.getCompileCallback(std::move(CompileAction)))
lib/ExecutionEngine/Orc/OrcCBindingsStack.h
  272     return CCMgr->getCompileCallback(std::move(WrappedCallback));