diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-13 16:07:49 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-13 16:07:49 +0000 |
commit | 135174deb8e1e46d87b0aa55ef8df43c3ac79a8d (patch) | |
tree | 2c50634fc8b4e768343bd7ee4b902b87eec6b59e /docs | |
parent | 74401c853d7935f02964833a9365394805c8a21c (diff) | |
download | external_llvm-135174deb8e1e46d87b0aa55ef8df43c3ac79a8d.zip external_llvm-135174deb8e1e46d87b0aa55ef8df43c3ac79a8d.tar.gz external_llvm-135174deb8e1e46d87b0aa55ef8df43c3ac79a8d.tar.bz2 |
Documentation: use monospaced font for intrinsics' names
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172360 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ExceptionHandling.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/ExceptionHandling.rst b/docs/ExceptionHandling.rst index 89bac95..0a86607 100644 --- a/docs/ExceptionHandling.rst +++ b/docs/ExceptionHandling.rst @@ -266,8 +266,8 @@ handling information at various points in generated code. .. _llvm.eh.typeid.for: -llvm.eh.typeid.for ------------------- +``llvm.eh.typeid.for`` +---------------------- .. code-block:: llvm @@ -280,8 +280,8 @@ function. This value can be used to compare against the result of .. _llvm.eh.sjlj.setjmp: -llvm.eh.sjlj.setjmp -------------------- +``llvm.eh.sjlj.setjmp`` +----------------------- .. code-block:: llvm @@ -302,8 +302,8 @@ available for use in a target-specific manner. .. _llvm.eh.sjlj.longjmp: -llvm.eh.sjlj.longjmp --------------------- +``llvm.eh.sjlj.longjmp`` +------------------------ .. code-block:: llvm @@ -315,8 +315,8 @@ a buffer populated by `llvm.eh.sjlj.setjmp`_. The frame pointer and stack pointer are restored from the buffer, then control is transferred to the destination address. -llvm.eh.sjlj.lsda ------------------ +``llvm.eh.sjlj.lsda`` +--------------------- .. code-block:: llvm @@ -327,8 +327,8 @@ the address of the Language Specific Data Area (LSDA) for the current function. The SJLJ front-end code stores this address in the exception handling function context for use by the runtime. -llvm.eh.sjlj.callsite ---------------------- +``llvm.eh.sjlj.callsite`` +------------------------- .. code-block:: llvm |