| <html devsite> |
| <head> |
| <meta name="project_path" value="/_project.yaml"> |
| <meta name="book_path" value="/versions/6.0.0/_book.yaml"> |
| </head> |
| <body> |
| |
| <h1 class="page-title" id="modules.CcCompilationOutputs">CcCompilationOutputs</h1> |
| |
| <!-- {% raw %} --> |
| |
| Helper class containing CC compilation outputs. |
| |
| <h2>Members</h2> |
| <ul> |
| <li> |
| <a href="#objects">objects</a> |
| </li> |
| <li> |
| <a href="#pic_objects">pic_objects</a> |
| </li> |
| </ul> |
| |
| <h2 id="objects">objects</h2> |
| <p><pre class="rule-signature"><a class="anchor" href="list.html">sequence</a> CcCompilationOutputs.objects</pre></p> |
| |
| Non-PIC object files. |
| |
| |
| <h2 id="pic_objects">pic_objects</h2> |
| <p><pre class="rule-signature"><a class="anchor" href="list.html">sequence</a> CcCompilationOutputs.pic_objects</pre></p> |
| |
| PIC object files. |
| |
| |
| |
| </body> |
| </html> |
| |
| <!-- {% endraw %} --> |