Searched refs:NextOffset (Results 1 – 10 of 10) sorted by relevance
263 CharUnits NextOffset = NewOffset.alignTo(Fields[0].Align); in calculateOptimalPad() local264 NewPad += NextOffset - NewOffset; in calculateOptimalPad()265 NewOffset = NextOffset; in calculateOptimalPad()
242 const size_t NextOffset = DyLibComponentsStr.find(';', Offset); in GetAllDyLibComponents() local243 DyLibComponents.push_back(DyLibComponentsStr.substr(Offset, NextOffset)); in GetAllDyLibComponents()244 if (NextOffset == std::string::npos) { in GetAllDyLibComponents()247 Offset = NextOffset + 1; in GetAllDyLibComponents()
110 uint32_t NextOffset = I != E ? I->Offset : Export.Offset + 1; in addCoffExportSymbols() local112 uint64_t SymbolSize = NextOffset - Export.Offset; in addCoffExportSymbols()
89 static size_t NextOffset(size_t* offset) { in NextOffset() function in v8::internal::compiler::X87OperandConverter109 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()114 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()115 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset))); in MemoryOperand()122 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()123 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()132 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()133 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()135 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset))); in MemoryOperand()142 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()[all …]
95 static size_t NextOffset(size_t* offset) { in NextOffset() function in v8::internal::compiler::IA32OperandConverter115 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()120 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()121 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset))); in MemoryOperand()128 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()129 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()138 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()139 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()141 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset))); in MemoryOperand()148 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()[all …]
64 static size_t NextOffset(size_t* offset) { in NextOffset() function in v8::internal::compiler::X64OperandConverter84 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()89 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()90 int32_t disp = InputInt32(NextOffset(offset)); in MemoryOperand()97 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()98 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()107 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()108 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()110 int32_t disp = InputInt32(NextOffset(offset)); in MemoryOperand()114 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()[all …]
781 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection() local782 NextOffset = alignTo(NextOffset, 4); in printCodeViewSymbolSection()783 if (NextOffset > SectionContents.size()) in printCodeViewSymbolSection()785 Data = SectionContents.drop_front(NextOffset); in printCodeViewSymbolSection()
1558 unsigned NextOffset; in getFileIDSize() local1560 NextOffset = getNextLocalOffset(); in getFileIDSize()1562 NextOffset = MaxLoadedOffset; in getFileIDSize()1564 NextOffset = getSLocEntry(FileID::get(ID+1)).getOffset(); in getFileIDSize()1566 return NextOffset - Entry.getOffset() - 1; in getFileIDSize()
2739 uint32_t NextOffset = in cloneDIE() local2748 SmallString<40> DIECopy(Data.getData().substr(Offset, NextOffset - Offset)); in cloneDIE()
2027 unsigned NextOffset = SourceMgr.getNextLocalOffset(); in WriteSourceManagerBlock() local2029 NextOffset = SourceMgr.getLocalSLocEntry(I + 1).getOffset(); in WriteSourceManagerBlock()2030 Record.push_back(NextOffset - SLoc->getOffset() - 1); in WriteSourceManagerBlock()