Skip to content

Commit 5f88748

Browse files
committed
Updated docs
1 parent 1eeef5a commit 5f88748

File tree

154 files changed

+446
-302
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+446
-302
lines changed

docs/Classes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ <h4>Declaration</h4>
631631
</section>
632632
</section>
633633
<section id="footer">
634-
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-13)</p>
634+
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-15)</p>
635635
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
636636
</section>
637637
</article>

docs/Classes/Context.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ <h4>Declaration</h4>
359359
</section>
360360
</section>
361361
<section id="footer">
362-
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-13)</p>
362+
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-15)</p>
363363
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
364364
</section>
365365
</article>

docs/Classes/Function.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ <h4>Declaration</h4>
824824
</section>
825825
</section>
826826
<section id="footer">
827-
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-13)</p>
827+
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-15)</p>
828828
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
829829
</section>
830830
</article>

docs/Classes/FunctionPassManager.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ <h4>Parameters</h4>
428428
</section>
429429
</section>
430430
<section id="footer">
431-
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-13)</p>
431+
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-15)</p>
432432
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
433433
</section>
434434
</article>

docs/Classes/IRBuilder.html

Lines changed: 79 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5409,6 +5409,84 @@ <h4>Return Value</h4>
54095409
</section>
54105410
</div>
54115411
</li>
5412+
<li class="item">
5413+
<div>
5414+
<code>
5415+
<a name="/s:FC4LLVM9IRBuilder9addGlobalFTSS11initializerPS_7IRValue_12addressSpaceGSqSi__VS_6Global"></a>
5416+
<a name="//apple_ref/swift/Method/addGlobal(_:initializer:addressSpace:)" class="dashAnchor"></a>
5417+
<a class="token" href="#/s:FC4LLVM9IRBuilder9addGlobalFTSS11initializerPS_7IRValue_12addressSpaceGSqSi__VS_6Global">addGlobal(_:initializer:addressSpace:)</a>
5418+
</code>
5419+
</div>
5420+
<div class="height-container">
5421+
<div class="pointer-container"></div>
5422+
<section class="section">
5423+
<div class="pointer"></div>
5424+
<div class="abstract">
5425+
<p>Build a named global of the given type.</p>
5426+
5427+
</div>
5428+
<div class="declaration">
5429+
<h4>Declaration</h4>
5430+
<div class="language">
5431+
<p class="aside-title">Swift</p>
5432+
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">addGlobal</span><span class="p">(</span><span class="n">_</span> <span class="nv">name</span><span class="p">:</span> <span class="kt">String</span><span class="p">,</span> <span class="nv">initializer</span><span class="p">:</span> <span class="kt"><a href="../Protocols/IRValue.html">IRValue</a></span><span class="p">,</span> <span class="nv">addressSpace</span><span class="p">:</span> <span class="kt">Int</span><span class="p">?</span> <span class="o">=</span> <span class="kc">nil</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt"><a href="../Structs/Global.html">Global</a></span></code></pre>
5433+
5434+
</div>
5435+
</div>
5436+
<div>
5437+
<h4>Parameters</h4>
5438+
<table class="graybox">
5439+
<tbody>
5440+
<tr>
5441+
<td>
5442+
<code>
5443+
<em>name</em>
5444+
</code>
5445+
</td>
5446+
<td>
5447+
<div>
5448+
<p>The name of the newly inserted global value.</p>
5449+
5450+
</div>
5451+
</td>
5452+
</tr>
5453+
<tr>
5454+
<td>
5455+
<code>
5456+
<em>initializer</em>
5457+
</code>
5458+
</td>
5459+
<td>
5460+
<div>
5461+
<p>The initial value for the global variable.</p>
5462+
5463+
</div>
5464+
</td>
5465+
</tr>
5466+
<tr>
5467+
<td>
5468+
<code>
5469+
<em>addressSpace</em>
5470+
</code>
5471+
</td>
5472+
<td>
5473+
<div>
5474+
<p>The optional address space where the global variable resides.</p>
5475+
5476+
</div>
5477+
</td>
5478+
</tr>
5479+
</tbody>
5480+
</table>
5481+
</div>
5482+
<div>
5483+
<h4>Return Value</h4>
5484+
<p>A value representing the newly inserted global variable.</p>
5485+
5486+
</div>
5487+
</section>
5488+
</div>
5489+
</li>
54125490
<li class="item">
54135491
<div>
54145492
<code>
@@ -5694,7 +5772,7 @@ <h4>Return Value</h4>
56945772
</section>
56955773
</section>
56965774
<section id="footer">
5697-
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-13)</p>
5775+
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-15)</p>
56985776
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
56995777
</section>
57005778
</article>

docs/Classes/JIT.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ <h4>Return Value</h4>
648648
</section>
649649
</section>
650650
<section id="footer">
651-
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-13)</p>
651+
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-15)</p>
652652
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
653653
</section>
654654
</article>

docs/Classes/MemoryBuffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ <h4>Declaration</h4>
617617
</section>
618618
</section>
619619
<section id="footer">
620-
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-13)</p>
620+
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-15)</p>
621621
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
622622
</section>
623623
</article>

docs/Classes/Module.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ <h4>Return Value</h4>
957957
</section>
958958
</section>
959959
<section id="footer">
960-
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-13)</p>
960+
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-15)</p>
961961
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
962962
</section>
963963
</article>

docs/Classes/Target.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ <h4>Declaration</h4>
333333
</section>
334334
</section>
335335
<section id="footer">
336-
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-13)</p>
336+
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-15)</p>
337337
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
338338
</section>
339339
</article>

docs/Classes/TargetData.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ <h4>Return Value</h4>
10351035
</section>
10361036
</section>
10371037
<section id="footer">
1038-
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-13)</p>
1038+
<p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-02-15)</p>
10391039
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
10401040
</section>
10411041
</article>

0 commit comments

Comments
 (0)