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

References

lib/Support/ARMAttributeParser.cpp
  702   while (Offset < Section.size()) {
  704       support::endian::read32le(Section.data() + Offset) :
  705       support::endian::read32be(Section.data() + Offset);
  712     if (SectionLength == 0 || (SectionLength + Offset) > Section.size()) {
  718     ParseSubsection(Section.data() + Offset, SectionLength);