Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp674 uint32_t TotalStringTableSize = 0; in performSectionOneLayout() local
679 TotalStringTableSize += StringSize; in performSectionOneLayout()
681 SectionOneSize += alignTo(TotalStringTableSize, sizeof(uint32_t)); in performSectionOneLayout()
957 uint32_t TotalStringTableSize = 0; in writeDirectoryStringTable() local
965 TotalStringTableSize += Length * sizeof(UTF16) + sizeof(uint16_t); in writeDirectoryStringTable()
968 alignTo(TotalStringTableSize, sizeof(uint32_t)) - TotalStringTableSize; in writeDirectoryStringTable()