Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DFormatters.cpp33 uint8_t HighNibble = (Byte >> 4) & 0xF; in format() local
35 Stream << Lookup[HighNibble] << Lookup[LowNibble]; in format()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DFormatters.cpp33 uint8_t HighNibble = (Byte >> 4) & 0xF; in format() local
35 Stream << Lookup[HighNibble] << Lookup[LowNibble]; in format()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp280 uint8_t HighNibble = (Byte >> 4) & 0xF; in operator <<() local
282 OS << Lookup[HighNibble] << Lookup[LowNibble]; in operator <<()