Searched refs:StandardOpcodeLengths (Results 1 – 6 of 6) sorted by relevance
77 StandardOpcodeLengths.clear(); in clear()98 for (uint32_t I = 0; I != StandardOpcodeLengths.size(); ++I) in dump()100 LNStandardString(I + 1).data(), StandardOpcodeLengths[I]); in dump()319 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse()322 StandardOpcodeLengths.push_back(OpLen); in parse()767 assert(Opcode - 1U < Prologue.StandardOpcodeLengths.size()); in parse()768 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse()
273 static const char StandardOpcodeLengths[] = { in Emit() local287 assert(array_lengthof(StandardOpcodeLengths) >= in Emit()291 makeArrayRef(StandardOpcodeLengths, Params.DWARF2LineOpcodeBase - 1), in Emit()446 ArrayRef<char> StandardOpcodeLengths, in Emit() argument500 MCOS->EmitIntValue(StandardOpcodeLengths.size() + 1, 1); in Emit()503 for (char Length : StandardOpcodeLengths) in Emit()
95 std::vector<uint8_t> StandardOpcodeLengths; member
161 IO.mapRequired("StandardOpcodeLengths", LineTable.StandardOpcodeLengths); in mapping()
228 for (auto OpcodeLength : LineTable.StandardOpcodeLengths) in EmitDebugLine()
138 std::vector<uint8_t> StandardOpcodeLengths; member