llvm-6502/include/llvm/ExecutionEngine
Dmitri Gribenko c5252da873 Fix Doxygen issues:
* wrap code blocks in \code ... \endcode;
* refer to parameter names in paragraphs correctly (\arg is not what most
  people want -- it starts a new paragraph);
* use \param instead of \arg to document parameters in order to be consistent
  with the rest of the codebase.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163902 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-14 14:57:36 +00:00
..
ExecutionEngine.h Fix Doxygen issues: 2012-09-14 14:57:36 +00:00
GenericValue.h Merge System into Support. 2010-11-29 18:16:10 +00:00
IntelJITEventsWrapper.h Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. 2012-03-13 08:33:15 +00:00
Interpreter.h Fix comments from copy-paste to a more relevant meaning 2012-04-29 10:26:26 +00:00
JIT.h Fix comments from copy-paste to a more relevant meaning 2012-04-29 10:26:26 +00:00
JITEventListener.h Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. 2012-03-13 08:33:15 +00:00
JITMemoryManager.h Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager. 2012-03-28 21:46:36 +00:00
MCJIT.h Fix comments from copy-paste to a more relevant meaning 2012-04-29 10:26:26 +00:00
OProfileWrapper.h Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. 2012-03-13 08:33:15 +00:00
RuntimeDyld.h Better const handling for RuntimeDyld and MCJIT. 2012-09-13 21:50:06 +00:00