Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp159 void WriteWord(uint64_t Word) { in WriteWord() function
434 WriteWord(0); // e_entry, no entry point in .o file in writeHeader()
435 WriteWord(0); // e_phoff, no program header for .o in writeHeader()
436 WriteWord(0); // e_shoff = sec hdr table off in bytes in writeHeader()
907 WriteWord(Flags); // sh_flags in WriteSecHdrEntry()
908 WriteWord(Address); // sh_addr in WriteSecHdrEntry()
909 WriteWord(Offset); // sh_offset in WriteSecHdrEntry()
910 WriteWord(Size); // sh_size in WriteSecHdrEntry()
913 WriteWord(Alignment); // sh_addralign in WriteSecHdrEntry()
914 WriteWord(EntrySize); // sh_entsize in WriteSecHdrEntry()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h82 void WriteWord(unsigned Value) { in WriteWord() function
213 WriteWord(CurValue); in Emit()
224 WriteWord(CurValue); in FlushToWord()