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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp632 uint32_t SectionTwoSize; member in class:llvm::object::WindowsResourceCOFFWriter
696 SectionTwoSize = 0;
698 DataOffsets.push_back(SectionTwoSize);
699 SectionTwoSize += alignTo(Entry.size(), sizeof(uint64_t));
701 FileSize += SectionTwoSize;
770 SectionTwoHeader->SizeOfRawData = SectionTwoSize;
843 Aux->Length = SectionTwoSize;

Completed in 139 milliseconds