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

References

include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
  226   static Expected<std::unique_ptr<LocalJITCompileCallbackManager>>
  229     auto CCMgr = std::unique_ptr<LocalJITCompileCallbackManager>(
  230         new LocalJITCompileCallbackManager(ES, ErrorHandlerAddress, Err));
lib/ExecutionEngine/Orc/IndirectionUtils.cpp
  125     typedef orc::LocalJITCompileCallbackManager<orc::OrcAArch64> CCMgrT;
  130       typedef orc::LocalJITCompileCallbackManager<orc::OrcI386> CCMgrT;
  135       typedef orc::LocalJITCompileCallbackManager<orc::OrcMips32Be> CCMgrT;
  139       typedef orc::LocalJITCompileCallbackManager<orc::OrcMips32Le> CCMgrT;
  145       typedef orc::LocalJITCompileCallbackManager<orc::OrcMips64> CCMgrT;
  151         typedef orc::LocalJITCompileCallbackManager<orc::OrcX86_64_Win32> CCMgrT;
  154         typedef orc::LocalJITCompileCallbackManager<orc::OrcX86_64_SysV> CCMgrT;