Lines Matching defs:Size
145 unsigned Size = getULEB128Size(Discriminator);
147 MCOS->EmitULEB128IntValue(Size + 1);
253 static void emitAbsValue(MCStreamer &OS, const MCExpr *Value, unsigned Size) {
255 OS.EmitValue(ABS, Size);
298 MCOS->EmitIntValue(StandardOpcodeLengths.size() + 1, 1);
307 for (unsigned i = 0; i < MCDwarfDirs.size(); i++) {
314 for (unsigned i = 1; i < MCDwarfFiles.size(); i++) {
360 FileNumber = SourceIdMap.size() + 1;
361 assert((MCDwarfFiles.empty() || FileNumber == MCDwarfFiles.size()) &&
396 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) {
400 if (DirIndex >= MCDwarfDirs.size())
519 if (MCOS->getContext().getGenDwarfSectionSyms().size() > 1 &&
559 // of PointerSize'ed values for the address and size of section(s) with line
570 // the size of each item in the header (see below where we emit these items).
573 // Figure the padding after the header before the table of address and size
582 // Add the size of the pair of PointerSize'ed values for the address and size
584 Length += 2 * AddrSize * Sections.size();
601 // The 1 byte size of an address.
603 // The 1 byte size of a segment descriptor, we use a value of zero.
619 const MCExpr *Size = MakeStartMinusEndExpr(*MCOS,
622 emitAbsValue(*MCOS, Size, AddrSize);
668 // The 1 byte size of an address.
719 if (MCDwarfDirs.size() > 0) {
860 MCOS->getContext().getGenDwarfSectionSyms().size() > 1 &&
921 Name = Name.substr(1, Name.size()-1);
946 int size = asmInfo->getCalleeSaveStackSlotSize();
948 return size;
950 return -size;
981 unsigned size = getSizeForEncoding(streamer, symbolEncoding);
983 emitAbsValue(streamer, v, size);
985 streamer.EmitValue(v, size);
995 unsigned size = getSizeForEncoding(streamer, symbolEncoding);
996 streamer.EmitValue(v, size);
1163 for (unsigned i = 0, N = Instrs.size(); i < N; ++i) {
1220 unsigned Size = getSizeForEncoding(Streamer, FDEEncoding);
1221 Streamer.EmitSymbolValue(Frame.Begin, Size);
1229 Size = getSizeForEncoding(Streamer, dwarf::DW_EH_PE_udata4);
1230 Streamer.EmitIntValue(Encoding, Size);
1233 Size = getSizeForEncoding(Streamer, dwarf::DW_EH_PE_absptr);
1235 Streamer.EmitSymbolValue(Frame.Personality, Size);
1237 Streamer.EmitIntValue(0, Size); // No personality fn
1240 Size = getSizeForEncoding(Streamer, Frame.LsdaEncoding);
1242 Streamer.EmitSymbolValue(Frame.Lsda, Size);
1244 Streamer.EmitIntValue(0, Size); // No LSDA
1485 for (unsigned i = 0, n = FrameArray.size(); i < n; ++i) {
1516 for (unsigned i = 0, n = FrameArray.size(); i < n; ++i) {