Home
last modified time | relevance | path

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

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