Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h139 void BackpatchWord(uint64_t BitNo, unsigned NewWord) { in BackpatchWord() argument
150 &Out[ByteNo - NumOfFlushedBytes], NewWord, StartBit); in BackpatchWord()
184 endian::writeAtBitAlignment<uint32_t, little, unaligned>(Bytes, NewWord, in BackpatchWord()