| <html devsite> |
| <head> |
| <meta name="project_path" value="/_project.yaml"> |
| <meta name="book_path" value="/versions/7.0.0/_book.yaml"> |
| </head> |
| <body> |
| |
| <h1 class="page-title" id="modules.CcCompilationOutputs">CcCompilationOutputs</h1> |
| |
| {% dynamic setvar source_file "src/main/java/com/google/devtools/build/lib/starlarkbuildapi/cpp/CcCompilationOutputsApi.java" %} |
| {% dynamic setvar version "7.0.0" %} |
| {% dynamic setvar original_path "/rules/lib/builtins/CcCompilationOutputs" %} |
| {% include "_buttons.html" %} |
| <!-- {% 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="../core/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="../core/list.html">sequence</a> CcCompilationOutputs.pic_objects</pre></p> |
| |
| PIC object files. |
| |
| |
| |
| </body> |
| </html> |
| |
| <!-- {% endraw %} --> |