Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsResource.cpp675 uint32_t TotalStringTableSize = 0; in performSectionOneLayout() local
680 TotalStringTableSize += StringSize; in performSectionOneLayout()
682 SectionOneSize += alignTo(TotalStringTableSize, sizeof(uint32_t)); in performSectionOneLayout()
958 uint32_t TotalStringTableSize = 0; in writeDirectoryStringTable() local
966 TotalStringTableSize += Length * sizeof(UTF16) + sizeof(uint16_t); in writeDirectoryStringTable()
969 alignTo(TotalStringTableSize, sizeof(uint32_t)) - TotalStringTableSize; in writeDirectoryStringTable()