Searched refs:OffsetInBytes (Results 1 – 3 of 3) sorted by relevance
1488 uint64_t OffsetInBytes; in constructMemberDIE() local1508 OffsetInBytes = FieldOffset >> 3; in constructMemberDIE()1511 OffsetInBytes = DT->getOffsetInBits() >> 3; in constructMemberDIE()1516 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE()1520 OffsetInBytes); in constructMemberDIE()
3623 unsigned OffsetInBytes = 0; // From beginning of struct in passByValArg() local3635 for (; I < NumRegs - LeftoverBytes; ++I, OffsetInBytes += RegSizeInBytes) { in passByValArg()3637 DAG.getConstant(OffsetInBytes, PtrTy)); in passByValArg()3647 if (ByValSizeInBytes == OffsetInBytes) in passByValArg()3655 OffsetInBytes < ByValSizeInBytes; LoadSizeInBytes /= 2) { in passByValArg()3656 unsigned RemainingSizeInBytes = ByValSizeInBytes - OffsetInBytes; in passByValArg()3663 DAG.getConstant(OffsetInBytes, PtrTy)); in passByValArg()3686 OffsetInBytes += LoadSizeInBytes; in passByValArg()3698 unsigned MemCpySize = ByValSizeInBytes - OffsetInBytes; in passByValArg()3700 DAG.getConstant(OffsetInBytes, PtrTy)); in passByValArg()
619 MDExpression* DIBuilder::createBitPieceExpression(unsigned OffsetInBytes, in createBitPieceExpression() argument621 uint64_t Addr[] = {dwarf::DW_OP_bit_piece, OffsetInBytes, SizeInBytes}; in createBitPieceExpression()