Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp627 uint32_t SectionOneSize; member in llvm::object::WindowsResourceCOFFWriter
671 SectionOneSize = Resources.getTreeSize(); in performSectionOneLayout()
672 uint32_t CurrentStringOffset = SectionOneSize; in performSectionOneLayout()
680 SectionOneSize += alignTo(TotalStringTableSize, sizeof(uint32_t)); in performSectionOneLayout()
683 SectionOneRelocations = FileSize + SectionOneSize; in performSectionOneLayout()
684 FileSize += SectionOneSize; in performSectionOneLayout()
750 SectionOneHeader->SizeOfRawData = SectionOneSize; in writeFirstSectionHeader()
822 Aux->Length = SectionOneSize; in writeSymbolTable()