Changeset View
Changeset View
Standalone View
Standalone View
llvm/docs/LangRef.rst
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
Show First 20 Lines • Show All 2,711 Lines • ▼ Show 20 Lines | |||||
``E`` | ``E`` | ||||
Specifies that the target lays out data in big-endian form. That is, | Specifies that the target lays out data in big-endian form. That is, | ||||
the bits with the most significance have the lowest address | the bits with the most significance have the lowest address | ||||
location. | location. | ||||
``e`` | ``e`` | ||||
Specifies that the target lays out data in little-endian form. That | Specifies that the target lays out data in little-endian form. That | ||||
is, the bits with the least significance have the lowest address | is, the bits with the least significance have the lowest address | ||||
location. | location. | ||||
``V`` | |||||
Specifies that when resolving vector alignments, if the vector element | |||||
type's alignment is greater than the vector alignment, prefer the element | |||||
type's alignment. | |||||
``S<size>`` | ``S<size>`` | ||||
Specifies the natural alignment of the stack in bits. Alignment | Specifies the natural alignment of the stack in bits. Alignment | ||||
promotion of stack variables is limited to the natural stack | promotion of stack variables is limited to the natural stack | ||||
alignment to avoid dynamic stack realignment. The stack alignment | alignment to avoid dynamic stack realignment. The stack alignment | ||||
must be a multiple of 8-bits. If omitted, the natural stack | must be a multiple of 8-bits. If omitted, the natural stack | ||||
alignment defaults to "unspecified", which does not prevent any | alignment defaults to "unspecified", which does not prevent any | ||||
alignment promotions. | alignment promotions. | ||||
``P<address space>`` | ``P<address space>`` | ||||
▲ Show 20 Lines • Show All 22,629 Lines • Show Last 20 Lines |