Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp171 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()
900 WriteWord(Flags); // sh_flags in WriteSecHdrEntry()
901 WriteWord(Address); // sh_addr in WriteSecHdrEntry()
902 WriteWord(Offset); // sh_offset in WriteSecHdrEntry()
903 WriteWord(Size); // sh_size in WriteSecHdrEntry()
906 WriteWord(Alignment); // sh_addralign in WriteSecHdrEntry()
907 WriteWord(EntrySize); // sh_entsize in WriteSecHdrEntry()
/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h70 void WriteWord(unsigned Value) { in WriteWord() function
130 WriteWord(CurValue); in Emit()
141 WriteWord(CurValue); in FlushToWord()