Visible to Intel only — GUID: GUID-ED787DAA-55E6-4AC8-BA51-F114200041C1
Visible to Intel only — GUID: GUID-ED787DAA-55E6-4AC8-BA51-F114200041C1
qopt-report-names, Qopt-report-names
Specifies whether mangled or unmangled names should appear in the optimization report.
Syntax
Linux: |
-qopt-report-names=keyword |
Windows: |
/Qopt-report-names:keyword |
Arguments
keyword |
Specifies the form for the names. You can specify one of the following:
|
Default
unmangled |
If this option is not specified and an optimization report is generated, unmangled names appear in the optimization report. |
Description
This option specifies whether mangled or unmangled names should appear in the optimization report. If you use this option, you must specify either mangled or unmangled.
If you specify mangled, encoding (also known as decoration) is added to names in the optimization report. This is appropriate when you want to match annotations with the assembly listing.
If you specify unmangled, no encoding (or decoration) is added to names in the optimization report. This is appropriate when you want to match annotations with the source listing.
If you use this option, you do not have to specify option [q or Q]opt-report.
IDE Equivalent
Alternate Options
None