Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp629 uint32_t SectionOneSize; member in llvm::object::WindowsResourceCOFFWriter
673 SectionOneSize = Resources.getTreeSize(); in performSectionOneLayout()
674 uint32_t CurrentStringOffset = SectionOneSize; in performSectionOneLayout()
682 SectionOneSize += alignTo(TotalStringTableSize, sizeof(uint32_t)); in performSectionOneLayout()
685 SectionOneRelocations = FileSize + SectionOneSize; in performSectionOneLayout()
686 FileSize += SectionOneSize; in performSectionOneLayout()
752 SectionOneHeader->SizeOfRawData = SectionOneSize; in writeFirstSectionHeader()
824 Aux->Length = SectionOneSize; in writeSymbolTable()