Searched refs:SubSectionSize (Results 1 – 1 of 1) sorted by relevance
953 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local957 if (Error E = Reader.readInteger(SubSectionSize)) in initializeFileAndStringTables()978 uint32_t PaddedSize = alignTo(SubSectionSize, 4); in initializeFileAndStringTables()979 if (Error E = Reader.skip(PaddedSize - SubSectionSize)) in initializeFileAndStringTables()1013 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local1016 if (Error E = consume(Data, SubSectionSize)) in printCodeViewSymbolSection()1026 W.printHex("SubSectionSize", SubSectionSize); in printCodeViewSymbolSection()1029 if (SubSectionSize > Data.size()) in printCodeViewSymbolSection()1032 StringRef Contents = Data.substr(0, SubSectionSize); in printCodeViewSymbolSection()1037 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection()[all …]