Home | History | Annotate | Download | only in Object

Lines Matching refs:NameOffset

695     support::ulittle32_t NameOffset;
698 return maskTrailingOnes<uint32_t>(31) & NameOffset;
702 void setNameOffset(uint32_t Offset) { NameOffset = Offset | (1 << 31); }