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.cpp77 uint64_t DescSz = 0; in emitNoteSection() local
79 DescSz += 4 * 4; in emitNoteSection()
81 DescSz += 4 + 4 + 8 * 2; in emitNoteSection()
82 if (DescSz == 0) in emitNoteSection()
103 OutStreamer.emitIntValue(DescSz, 4); // Elf_Prop array size in emitNoteSection()