Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h144 endian::writeAtBitAlignment<uint32_t, little, unaligned>( in BackpatchWord()
179 endian::writeAtBitAlignment<uint32_t, little, unaligned>(Bytes, NewWord, in BackpatchWord()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DEndian.h151 inline void writeAtBitAlignment(void *memory, value_type value, in writeAtBitAlignment() function