Searched refs:DescSize (Results 1 – 4 of 4) sorted by relevance
177 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
609 uint32_t DescSize = *reinterpret_cast<const uint32_t *>(Notes.data());622 ArrayRef<uint8_t> Desc = Notes.take_front(DescSize);625 alignToPowerOf2(CurPos + DescSize, 4) - CurPos;
754 ArrayRef<uint8_t> DescSize = Data.slice(4, 4); in verifyNoteSection() local757 uint32_t DescSizeValue = support::endian::read32(DescSize.data(), Endianness); in verifyNoteSection()
9181 unsigned DescSize = Desc.getSize(); in getInstSizeInBytes() local9186 unsigned Size = DescSize; in getInstSizeInBytes()9200 return DescSize; in getInstSizeInBytes()9225 return HasLiteral ? DescSize + LiteralSize : DescSize; in getInstSizeInBytes()9250 return DescSize; in getInstSizeInBytes()