Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp156 void WriteWord(uint64_t Word) { in WriteWord() function
306 WriteWord(0); // e_entry, no entry point in .o file in writeHeader()
307 WriteWord(0); // e_phoff, no program header for .o in writeHeader()
308 WriteWord(0); // e_shoff = sec hdr table off in bytes in writeHeader()
786 WriteWord(Flags); // sh_flags in WriteSecHdrEntry()
787 WriteWord(Address); // sh_addr in WriteSecHdrEntry()
788 WriteWord(Offset); // sh_offset in WriteSecHdrEntry()
789 WriteWord(Size); // sh_size in WriteSecHdrEntry()
792 WriteWord(Alignment ? Alignment->value() : 0); // sh_addralign in WriteSecHdrEntry()
793 WriteWord(EntrySize); // sh_entsize in WriteSecHdrEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h88 void WriteWord(unsigned Value) { in WriteWord() function
292 WriteWord(CurValue); in Emit()
303 WriteWord(CurValue); in FlushToWord()