Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp876 unsigned UnitLengthBytes = in EmitGenDwarfAranges() local
882 int Length = UnitLengthBytes + 2 + OffsetSize + 1 + 1; in EmitGenDwarfAranges()
905 MCOS->emitIntValue(Length - UnitLengthBytes, OffsetSize); in EmitGenDwarfAranges()
962 unsigned UnitLengthBytes = in EmitGenDwarfInfo() local
973 makeEndMinusStartExpr(context, *InfoStart, *InfoEnd, UnitLengthBytes); in EmitGenDwarfInfo()
1644 unsigned UnitLengthBytes = dwarf::getUnitLengthFieldByteSize(Format); in EmitCIE() local
1654 *sectionEnd, UnitLengthBytes); in EmitCIE()