Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-readobj/
DWindowsResourceDumper.cpp29 uint16_t ChValue = support::endian::byte_swap(Ch, support::little); in stripUTF16() local
30 if (ChValue <= 0xFF) in stripUTF16()
31 Result += ChValue; in stripUTF16()