Searched refs:StructDLEntryPos (Results 1 – 1 of 1) sorted by relevance
510 enum class StructDLEntryPos { Abi = 0, Preferred = 1 }; enum515 StructDLEntryPos pos) { in getStructDataLayoutEntry()524 if (pos == StructDLEntryPos::Preferred && in getStructDataLayoutEntry()527 pos = StructDLEntryPos::Abi; in getStructDataLayoutEntry()535 StructDLEntryPos pos) { in calculateStructAlignment()537 if (pos == StructDLEntryPos::Abi && type.isPacked()) { in calculateStructAlignment()560 StructDLEntryPos::Abi); in getABIAlignment()567 StructDLEntryPos::Preferred); in getPreferredAlignment()589 StructDLEntryPos::Abi); in areCompatible()619 if (extractStructSpecValue(values, StructDLEntryPos::Abi) > in verifyEntries()[all …]