Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp628 uint32_t SectionOneSize; member in llvm::object::WindowsResourceCOFFWriter
672 SectionOneSize = Resources.getTreeSize(); in performSectionOneLayout()
673 uint32_t CurrentStringOffset = SectionOneSize; in performSectionOneLayout()
681 SectionOneSize += alignTo(TotalStringTableSize, sizeof(uint32_t)); in performSectionOneLayout()
684 SectionOneRelocations = FileSize + SectionOneSize; in performSectionOneLayout()
685 FileSize += SectionOneSize; in performSectionOneLayout()
751 SectionOneHeader->SizeOfRawData = SectionOneSize; in writeFirstSectionHeader()
823 Aux->Length = SectionOneSize; in writeSymbolTable()