Lines Matching defs:TableData
835 DWARFDataExtractor TableData(DebugLineData, EndOffset);
838 if (TableData.getAddressSize() == 0)
839 TableData.setAddressSize(Prologue.getAddressSize());
842 Prologue.getAddressSize() == TableData.getAddressSize());
870 uint8_t Opcode = TableData.getU8(Cursor);
879 uint64_t Len = TableData.getULEB128(Cursor);
895 uint8_t SubOpcode = TableData.getU8(Cursor);
930 uint8_t ExtractorAddressSize = TableData.getAddressSize();
951 TableData.skip(Cursor, OpcodeAddressSize);
953 TableData.setAddressSize(OpcodeAddressSize);
954 State.Row.Address.Address = TableData.getRelocatedAddress(
964 TableData.setAddressSize(ExtractorAddressSize);
999 const char *Name = TableData.getCStr(Cursor);
1002 FileEntry.DirIdx = TableData.getULEB128(Cursor);
1003 FileEntry.ModTime = TableData.getULEB128(Cursor);
1004 FileEntry.Length = TableData.getULEB128(Cursor);
1014 State.Row.Discriminator = TableData.getULEB128(Cursor);
1025 TableData.skip(Cursor, Len - 1);
1041 uint8_t Byte = TableData.getU8(ByteCursor);
1046 Byte = TableData.getU8(ByteCursor);
1073 parseULEB128<uint64_t>(TableData, Cursor)) {
1086 int64_t LineDelta = TableData.getSLEB128(Cursor);
1099 parseULEB128<uint16_t>(TableData, Cursor)) {
1110 parseULEB128<uint16_t>(TableData, Cursor)) {
1163 uint16_t PCOffset = TableData.getRelocatedValue(Cursor, 2);
1190 parseULEB128<uint8_t>(TableData, Cursor)) {
1209 parseULEB128<uint64_t>(TableData, Cursor))