Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h177 void EmitNote(StringRef Name, const MCExpr *DescSize, unsigned NoteType,
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc609 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;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp754 ArrayRef<uint8_t> DescSize = Data.slice(4, 4); in verifyNoteSection() local
757 uint32_t DescSizeValue = support::endian::read32(DescSize.data(), Endianness); in verifyNoteSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp9181 unsigned DescSize = Desc.getSize(); in getInstSizeInBytes() local
9186 unsigned Size = DescSize; in getInstSizeInBytes()
9200 return DescSize; in getInstSizeInBytes()
9225 return HasLiteral ? DescSize + LiteralSize : DescSize; in getInstSizeInBytes()
9250 return DescSize; in getInstSizeInBytes()