Home | History | Annotate | Download | only in DebugInfo

Lines Matching defs:Instructions

38   /// \brief Parse and store a sequence of CFI instructions from our data
47 /// \brief Dump the entry's instructions to the given output stream.
63 /// An entry may contain CFI instructions. An instruction consists of an
75 std::vector<Instruction> Instructions;
78 /// operands to the Instructions vector.
80 Instructions.push_back(Instruction(Opcode));
84 Instructions.push_back(Instruction(Opcode));
85 Instructions.back().Ops.push_back(Operand1);
89 Instructions.push_back(Instruction(Opcode));
90 Instructions.back().Ops.push_back(Operand1);
91 Instructions.back().Ops.push_back(Operand2);
104 // Some instructions have a primary opcode encoded in the top bits.
188 for (std::vector<Instruction>::const_iterator I = Instructions.begin(),
189 E = Instructions.end();
329 // past the end of the structure (needed to know how many instructions to
373 OS << format("Parsing entry instructions at %lx failed",