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

References

lib/Support/ARMAttributeParser.cpp
  712     if (SectionLength == 0 || (SectionLength + Offset) > Section.size()) {
  712     if (SectionLength == 0 || (SectionLength + Offset) > Section.size()) {
  713       errs() << "invalid subsection length " << SectionLength << " at offset "
  718     ParseSubsection(Section.data() + Offset, SectionLength);
  719     Offset = Offset + SectionLength;