Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp601 uint8_t FourthByte = 0x80 | (Rune & 0x3F); in encodeUtf8() local
605 Out.push_back(FourthByte); in encodeUtf8()
H A DYAMLParser.cpp599 uint8_t FourthByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local
603 Result.push_back(FourthByte); in encodeUTF8()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h264 uint8_t FourthByte = Annotations.consume_front(); in GetCompressedAnnotation() local
268 (ThirdByte << 8) | FourthByte; in GetCompressedAnnotation()