1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/docs/tutorial
Lang Hames 96b587081e [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.
This tidies up some code that was manually constructing RuntimeDyld::SymbolInfo
instances from JITSymbols. It will save more mess in the future when
JITSymbol::getAddress is extended to return an Expected<TargetAddress> rather
than just a TargetAddress, since we'll be able to embed the error checking in
the conversion.

llvm-svn: 271350
2016-05-31 23:14:26 +00:00
..
BuildingAJIT1.rst [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol. 2016-05-31 23:14:26 +00:00
BuildingAJIT2.rst [Kaleidoscope][BuildingAJIT] Add a stub Chapter 2 doc. 2016-05-26 00:38:04 +00:00
BuildingAJIT3.rst [Kaleidoscope][BuildingAJIT] Fix strong emphasis markup by removing whitespace. 2016-05-26 21:21:18 +00:00
BuildingAJIT4.rst [Kaleidoscope][BuildingAJIT] Add stub chapter text for Building A JIT Chapter 4. 2016-05-27 22:34:56 +00:00
BuildingAJIT5.rst [Kaleidoscope][BuildingAJIT] Add stub Chapter 5 text. 2016-05-30 16:53:19 +00:00
index.rst [Kaleidoscope][BuildingAJIT] Shorten the name of the BuildingAJIT tutorial 2016-05-25 23:34:19 +00:00
LangImpl1.rst LLVM tutorial: fix broken links/anchors 2015-12-15 20:50:29 +00:00
LangImpl2.rst [Kaleidoscope] Rename Error -> LogError in Chapters 2-5. 2016-03-25 17:41:26 +00:00
LangImpl3.rst Remove every uses of getGlobalContext() in LLVM (but the C API) 2016-04-14 21:59:01 +00:00
LangImpl4.rst Remove every uses of getGlobalContext() in LLVM (but the C API) 2016-04-14 21:59:01 +00:00
LangImpl5-cfg.png
LangImpl5.rst Remove every uses of getGlobalContext() in LLVM (but the C API) 2016-04-14 21:59:01 +00:00
LangImpl6.rst Remove every uses of getGlobalContext() in LLVM (but the C API) 2016-04-14 21:59:01 +00:00
LangImpl7.rst Remove every uses of getGlobalContext() in LLVM (but the C API) 2016-04-14 21:59:01 +00:00
LangImpl8.rst LLVM tutorial: fix broken links/anchors 2015-12-15 20:50:29 +00:00
LangImpl9.rst Remove obselete reference to TypeResolve from the tutorial. 2016-03-17 10:20:58 +00:00
OCamlLangImpl1.rst Fix some typos in the llvm doc 2016-02-14 20:16:22 +00:00
OCamlLangImpl2.rst LLVM tutorial: fix broken links/anchors 2015-12-15 20:50:29 +00:00
OCamlLangImpl3.rst LLVM tutorial: fix broken links/anchors 2015-12-15 20:50:29 +00:00
OCamlLangImpl4.rst LLVM tutorial: fix broken links/anchors 2015-12-15 20:50:29 +00:00
OCamlLangImpl5.rst LLVM tutorial: fix broken links/anchors 2015-12-15 20:50:29 +00:00
OCamlLangImpl6.rst LLVM tutorial: fix broken links/anchors 2015-12-15 20:50:29 +00:00
OCamlLangImpl7.rst LLVM tutorial: fix broken links/anchors 2015-12-15 20:50:29 +00:00
OCamlLangImpl8.rst LLVM tutorial: fix broken links/anchors 2015-12-15 20:50:29 +00:00