Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp157 void WriteWord(uint64_t Word) { in WriteWord() function
425 WriteWord(0); // e_entry, no entry point in .o file in writeHeader()
426 WriteWord(0); // e_phoff, no program header for .o in writeHeader()
427 WriteWord(0); // e_shoff = sec hdr table off in bytes in writeHeader()
891 WriteWord(Flags); // sh_flags in WriteSecHdrEntry()
892 WriteWord(Address); // sh_addr in WriteSecHdrEntry()
893 WriteWord(Offset); // sh_offset in WriteSecHdrEntry()
894 WriteWord(Size); // sh_size in WriteSecHdrEntry()
897 WriteWord(Alignment); // sh_addralign in WriteSecHdrEntry()
898 WriteWord(EntrySize); // sh_entsize in WriteSecHdrEntry()
/llvm-project-15.0.7/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h77 void WriteWord(unsigned Value) { in WriteWord() function
207 WriteWord(CurValue); in Emit()
218 WriteWord(CurValue); in FlushToWord()