Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp640 uint64_t UnitEnd = Offset + UnitLength; in translateLineTable() local
705 Asm->OutStreamer->emitBytes(Contents.slice(Offset, UnitEnd)); in translateLineTable()
706 LineSectionSize += UnitEnd - Offset; in translateLineTable()
709 Offset = UnitEnd; in translateLineTable()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp236 for (unsigned UnitIdx = 0, UnitEnd = RegBank.getNumNativeRegUnits(); in EmitRegUnitPressure() local
237 UnitIdx < UnitEnd; ++UnitIdx) { in EmitRegUnitPressure()
248 for (unsigned UnitIdx = 0, UnitEnd = RegBank.getNumNativeRegUnits(); in EmitRegUnitPressure() local
249 UnitIdx < UnitEnd; ++UnitIdx) { in EmitRegUnitPressure()
345 for (unsigned UnitIdx = 0, UnitEnd = RegBank.getNumNativeRegUnits(); in EmitRegUnitPressure() local
346 UnitIdx < UnitEnd; ++UnitIdx) { in EmitRegUnitPressure()
H A DCodeGenRegisters.cpp2089 for (unsigned UnitIdx = 0, UnitEnd = NumNativeRegUnits; in computeRegUnitSets() local
2090 UnitIdx < UnitEnd; ++UnitIdx) { in computeRegUnitSets()