Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp66 uint64_t DescSz = 0; in emitNoteSection() local
68 DescSz += 4 * 4; in emitNoteSection()
70 DescSz += 4 + 4 + 8 * 2; in emitNoteSection()
71 if (DescSz == 0) in emitNoteSection()
92 OutStreamer.emitIntValue(DescSz, 4); // Elf_Prop array size in emitNoteSection()