reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp
  162     size_t TotalSize = Ops.size() + 1;
  169       PersonalityIndex = (Ops.size() <= 3) ? ARM::EHABI::AEABI_UNWIND_CPP_PR0
  173       assert(Ops.size() <= 3 && "too many opcodes for __aeabi_unwind_cpp_pr0");
  178       size_t TotalSize = Ops.size() + 2;
  189       OpStreamer.EmitByte(Ops[j]);
lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h
   38     Ops.clear();
   63     Ops.insert(Ops.end(), Opcodes.begin(), Opcodes.end());
   63     Ops.insert(Ops.end(), Opcodes.begin(), Opcodes.end());
   73     Ops.push_back(Opcode & 0xff);
   78     Ops.push_back((Opcode >> 8) & 0xff);
   79     Ops.push_back(Opcode & 0xff);
   84     Ops.insert(Ops.end(), Opcode, Opcode + Size);
   84     Ops.insert(Ops.end(), Opcode, Opcode + Size);