Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectWriter.h133 void WriteBE16(uint16_t Value) { in WriteBE16() function
139 WriteBE16(uint16_t(Value >> 16)); in WriteBE32()
140 WriteBE16(uint16_t(Value >> 0)); in WriteBE32()
152 WriteBE16(Value); in Write16()