Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWindowsResource.cpp390 uint32_t TotalStringTableSize = 0; in performSectionOneLayout() local
395 TotalStringTableSize += StringSize; in performSectionOneLayout()
397 SectionOneSize += alignTo(TotalStringTableSize, sizeof(uint32_t)); in performSectionOneLayout()
669 uint32_t TotalStringTableSize = 0; in writeDirectoryStringTable() local
677 TotalStringTableSize += Length * sizeof(UTF16) + sizeof(uint16_t); in writeDirectoryStringTable()
680 alignTo(TotalStringTableSize, sizeof(uint32_t)) - TotalStringTableSize; in writeDirectoryStringTable()