aboutsummaryrefslogtreecommitdiffstats
path: root/docs/BytecodeFormat.html
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-12-08 17:13:00 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-12-08 17:13:00 +0000
commit75e1068c60828682833c0e24f77acc26525ac258 (patch)
tree8deea6c3b2c38343affb74e8ad74c063a8548593 /docs/BytecodeFormat.html
parent5c2a46052b3fa69dbdae483870ebe1b9e50386b5 (diff)
downloadexternal_llvm-75e1068c60828682833c0e24f77acc26525ac258.zip
external_llvm-75e1068c60828682833c0e24f77acc26525ac258.tar.gz
external_llvm-75e1068c60828682833c0e24f77acc26525ac258.tar.bz2
Packed Structure Definitions (docs)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32357 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r--docs/BytecodeFormat.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 669e719..524879f 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -862,6 +862,10 @@ missing otherwise.</td>
<td class="td_left">Type ID for structure types (14)</td>
</tr>
<tr>
+ <td><a href="#uint32_vbr">uint32_vbr</a></td>
+ <td class="td_left">Value 0 if a normal structure, 1 if a packed structure</td>
+ </tr>
+ <tr>
<td><a href="#zlist">zlist</a>(<a href="#uint24_vbr">uint24_vbr</a>)</td>
<td class="td_left">Slot number of each of the element's fields.</td>
</tr>