Home
last modified time | relevance | path

Searched refs:DescSize (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h164 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
/src/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc571 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;
/src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp652 ArrayRef<uint8_t> DescSize = Data.slice(4, 4); in verifyNoteSection() local
655 uint32_t DescSizeValue = support::endian::read32(DescSize.data(), Endianness); in verifyNoteSection()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp8695 unsigned DescSize = Desc.getSize(); in getInstSizeInBytes() local
8700 unsigned Size = DescSize; in getInstSizeInBytes()
8714 return DescSize; in getInstSizeInBytes()
8724 return HasLiteral ? DescSize + 4 : DescSize; in getInstSizeInBytes()
8749 return DescSize; in getInstSizeInBytes()