Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp1423 auto ValueLength = CurLoc - DataLoc; in writeVersionInfoValue() local
1425 assert(ValueLength % 2 == 0); in writeVersionInfoValue()
1426 ValueLength /= 2; in writeVersionInfoValue()
1429 writeObjectAt(ulittle16_t(ValueLength), ValLengthLoc); in writeVersionInfoValue()