Lines Matching refs:Offset
262 // .debug_range section has not been laid out yet. Emit offset in
330 // .debug_range section has not been laid out yet. Emit offset in
482 // DW_AT_stmt_list is a offset of line number information for this
1391 /// computeSizeAndOffset - Compute the size and offset of a DIE.
1394 DwarfDebug::computeSizeAndOffset(DIE *Die, unsigned Offset, bool Last) {
1398 // If not last sibling and has children then add sibling offset attribute.
1409 // Set DIE offset
1410 Die->setOffset(Offset);
1413 Offset += MCAsmInfo::getULEB128Size(AbbrevNumber);
1421 Offset += Values[i]->SizeOf(Asm, AbbrevData[i].getForm());
1429 Offset = computeSizeAndOffset(Children[j], Offset, (j + 1) == M);
1432 Offset += sizeof(int8_t);
1435 Die->setSize(Offset - Die->getOffset());
1436 return Offset;
1439 /// computeSizeAndOffsets - Compute the size and offset of all the DIEs.
1445 unsigned Offset =
1448 sizeof(int32_t) + // Offset Into Abbrev. Section
1450 computeSizeAndOffset(I->second->getCUDie(), Offset, true);
1536 // DW_AT_range Value encodes offset in debug_range section.
1604 sizeof(int32_t) + // Offset Into Abbrev. Section
1611 Asm->OutStreamer.AddComment("Offset Into Abbrev. Section");
1699 Asm->OutStreamer.AddComment("Offset of Compilation Unit Info");
1714 Asm->OutStreamer.AddComment("DIE offset");
1747 Asm->OutStreamer.AddComment("Offset of Compilation Unit Info");
1762 if (Asm->isVerbose()) Asm->OutStreamer.AddComment("DIE offset");
1876 // DW_OP_breg + Offset instead of DW_OP_reg + Offset.
1947 /// 1. offset into __debug_str section for MIPS linkage name, if exists;
1948 /// otherwise offset into __debug_str for regular function name.
1949 /// 2. offset into __debug_str section for regular function name.
2003 if (Asm->isVerbose()) Asm->OutStreamer.AddComment("DIE offset");