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

References

lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
   80     E.LowPC = RLE.StartAddress;
   81     E.HighPC = RLE.EndAddress;
   82     E.SectionIndex = RLE.SectionIndex;
   87       E.LowPC += BaseAddr->Address;
   88       E.HighPC += BaseAddr->Address;
   89       if (E.SectionIndex == -1ULL)
   90         E.SectionIndex = BaseAddr->SectionIndex;
   92     Res.push_back(E);