Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp630 uint32_t SectionTwoSize; member in llvm::object::WindowsResourceCOFFWriter
694 SectionTwoSize = 0; in performSectionTwoLayout()
696 DataOffsets.push_back(SectionTwoSize); in performSectionTwoLayout()
697 SectionTwoSize += alignTo(Entry.size(), sizeof(uint64_t)); in performSectionTwoLayout()
699 FileSize += SectionTwoSize; in performSectionTwoLayout()
768 SectionTwoHeader->SizeOfRawData = SectionTwoSize; in writeSecondSectionHeader()
841 Aux->Length = SectionTwoSize; in writeSymbolTable()