Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp829 unsigned UnitLengthBytes = in EmitGenDwarfAranges() local
835 int Length = UnitLengthBytes + 2 + OffsetSize + 1 + 1; in EmitGenDwarfAranges()
858 MCOS->emitIntValue(Length - UnitLengthBytes, OffsetSize); in EmitGenDwarfAranges()
916 unsigned UnitLengthBytes = in EmitGenDwarfInfo() local
927 makeEndMinusStartExpr(context, *InfoStart, *InfoEnd, UnitLengthBytes); in EmitGenDwarfInfo()
1575 unsigned UnitLengthBytes = dwarf::getUnitLengthFieldByteSize(Format); in EmitCIE() local
1585 *sectionEnd, UnitLengthBytes); in EmitCIE()