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

References

lib/ObjectYAML/DWARFVisitor.cpp
   59            FormVal != Entry.Values.end() && AbbrForm != Abbrev.Attributes.end();
   60            ++FormVal, ++AbbrForm) {
   61         onForm(*AbbrForm, *FormVal);
   68             onVariableSizeValue(FormVal->Value, Unit.AddrSize);
   71             onVariableSizeValue(FormVal->Value, getRefSize(Unit));
   75             onValue((uint64_t)FormVal->BlockData.size(), true);
   77                 MemoryBufferRef(StringRef((const char *)&FormVal->BlockData[0],
   78                                           FormVal->BlockData.size()),
   82             auto writeSize = FormVal->BlockData.size();
   85                 MemoryBufferRef(StringRef((const char *)&FormVal->BlockData[0],
   86                                           FormVal->BlockData.size()),
   91             auto writeSize = FormVal->BlockData.size();
   94                 MemoryBufferRef(StringRef((const char *)&FormVal->BlockData[0],
   95                                           FormVal->BlockData.size()),
  100             auto writeSize = FormVal->BlockData.size();
  103                 MemoryBufferRef(StringRef((const char *)&FormVal->BlockData[0],
  104                                           FormVal->BlockData.size()),
  113             onValue((uint8_t)FormVal->Value);
  119             onValue((uint16_t)FormVal->Value);
  126             onValue((uint32_t)FormVal->Value);
  131             onValue((uint64_t)FormVal->Value);
  134             onValue((int64_t)FormVal->Value, true);
  138             onValue((uint64_t)FormVal->Value, true);
  141             onValue(FormVal->CStr);
  144             onValue((uint64_t)FormVal->Value, true);
  146             Form = static_cast<dwarf::Form>((uint64_t)FormVal->Value);
  147             ++FormVal;
  155             onVariableSizeValue(FormVal->Value, getOffsetSize(Unit));
  158             onValue((uint64_t)FormVal->Value);
  162             onValue((uint64_t)FormVal->Value, true);