Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp1343 uint64_t LengthLoc; in writeVersionInfoBlock() local
1347 LengthLoc = writeInt<uint16_t>(0); in writeVersionInfoBlock()
1368 writeObjectAt(ulittle16_t(CurLoc - LengthLoc), LengthLoc); in writeVersionInfoBlock()
1401 auto LengthLoc = writeInt<uint16_t>(0); in writeVersionInfoValue() local
1428 writeObjectAt(ulittle16_t(CurLoc - LengthLoc), LengthLoc); in writeVersionInfoValue()
1467 auto LengthLoc = writeInt<uint16_t>(0); in writeVersionInfoBody() local
1506 writeObjectAt(ulittle16_t(tell() - LengthLoc), LengthLoc); in writeVersionInfoBody()