Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp159 void WriteWord(uint64_t Word) { in WriteWord() function
438 WriteWord(0); // e_entry, no entry point in .o file in writeHeader()
439 WriteWord(0); // e_phoff, no program header for .o in writeHeader()
440 WriteWord(0); // e_shoff = sec hdr table off in bytes in writeHeader()
929 WriteWord(Flags); // sh_flags in WriteSecHdrEntry()
930 WriteWord(Address); // sh_addr in WriteSecHdrEntry()
931 WriteWord(Offset); // sh_offset in WriteSecHdrEntry()
932 WriteWord(Size); // sh_size in WriteSecHdrEntry()
935 WriteWord(Alignment ? Alignment->value() : 0); // sh_addralign in WriteSecHdrEntry()
936 WriteWord(EntrySize); // sh_entsize in WriteSecHdrEntry()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h77 void WriteWord(unsigned Value) { in WriteWord() function
219 WriteWord(CurValue); in Emit()
230 WriteWord(CurValue); in FlushToWord()