Searched refs:NextOffset (Results 1 – 6 of 6) sorted by relevance
298 CharUnits NextOffset = NewOffset.alignTo(Fields[0].Align); in calculateOptimalPad() local299 NewPad += NextOffset - NewOffset; in calculateOptimalPad()300 NewOffset = NextOffset; in calculateOptimalPad()
127 uint32_t NextOffset = I != E ? I->Offset : Export.Offset + 1; in addCoffExportSymbols() local129 uint64_t SymbolSize = NextOffset - Export.Offset; in addCoffExportSymbols()
1516 unsigned NextOffset; in getFileIDSize() local1518 NextOffset = getNextLocalOffset(); in getFileIDSize()1520 NextOffset = MaxLoadedOffset; in getFileIDSize()1522 NextOffset = getSLocEntry(FileID::get(ID+1)).getOffset(); in getFileIDSize()1524 return NextOffset - Entry.getOffset() - 1; in getFileIDSize()
994 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection() local995 NextOffset = alignTo(NextOffset, 4); in printCodeViewSymbolSection()996 if (NextOffset > SectionContents.size()) in printCodeViewSymbolSection()998 Data = SectionContents.drop_front(NextOffset); in printCodeViewSymbolSection()
2337 unsigned NextOffset = SourceMgr.getNextLocalOffset(); in WriteSourceManagerBlock() local2339 NextOffset = SourceMgr.getLocalSLocEntry(I + 1).getOffset(); in WriteSourceManagerBlock()2340 Record.push_back(NextOffset - SLoc->getOffset() - 1); in WriteSourceManagerBlock()
4840 signed NextOffset = FirstOffset.getImm() + 4; in expandLoadStoreDMacro() local4841 MCOperand SecondOffset = MCOperand::createImm(NextOffset); in expandLoadStoreDMacro()4843 if (!isInt<16>(FirstOffset.getImm()) || !isInt<16>(NextOffset)) in expandLoadStoreDMacro()