Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp673 uint32_t TotalStringTableSize = 0; in performSectionOneLayout() local
678 TotalStringTableSize += StringSize; in performSectionOneLayout()
680 SectionOneSize += alignTo(TotalStringTableSize, sizeof(uint32_t)); in performSectionOneLayout()
956 uint32_t TotalStringTableSize = 0; in writeDirectoryStringTable() local
964 TotalStringTableSize += Length * sizeof(UTF16) + sizeof(uint16_t); in writeDirectoryStringTable()
967 alignTo(TotalStringTableSize, sizeof(uint32_t)) - TotalStringTableSize; in writeDirectoryStringTable()