Searched refs:DescSize (Results 1 – 4 of 4) sorted by relevance
164 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
571 uint32_t DescSize = *reinterpret_cast<const uint32_t *>(Notes.data());584 ArrayRef<uint8_t> Desc = Notes.take_front(DescSize);587 alignToPowerOf2(CurPos + DescSize, 4) - CurPos;
652 ArrayRef<uint8_t> DescSize = Data.slice(4, 4); in verifyNoteSection() local655 uint32_t DescSizeValue = support::endian::read32(DescSize.data(), Endianness); in verifyNoteSection()
8695 unsigned DescSize = Desc.getSize(); in getInstSizeInBytes() local8700 unsigned Size = DescSize; in getInstSizeInBytes()8714 return DescSize; in getInstSizeInBytes()8724 return HasLiteral ? DescSize + 4 : DescSize; in getInstSizeInBytes()8749 return DescSize; in getInstSizeInBytes()