Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp831 unsigned UnitLengthBytes = in EmitGenDwarfAranges() local
837 int Length = UnitLengthBytes + 2 + OffsetSize + 1 + 1; in EmitGenDwarfAranges()
860 MCOS->emitIntValue(Length - UnitLengthBytes, OffsetSize); in EmitGenDwarfAranges()
918 unsigned UnitLengthBytes = in EmitGenDwarfInfo() local
929 makeEndMinusStartExpr(context, *InfoStart, *InfoEnd, UnitLengthBytes); in EmitGenDwarfInfo()
1577 unsigned UnitLengthBytes = dwarf::getUnitLengthFieldByteSize(Format); in EmitCIE() local
1587 *sectionEnd, UnitLengthBytes); in EmitCIE()