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

References

include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
   42   bool isSentinel() const { return EntryKind == dwarf::DW_RLE_end_of_list; }
include/llvm/DebugInfo/DWARF/DWARFListTable.h
  258                      dwarf::RangeListEncodingString(Entry.EntryKind).size());
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
  111   EntryKind = Encoding;
  119     if (RLE.EntryKind == dwarf::DW_RLE_end_of_list)
  121     if (RLE.EntryKind == dwarf::DW_RLE_base_addressx) {
  127     if (RLE.EntryKind == dwarf::DW_RLE_base_address) {
  137     switch (RLE.EntryKind) {
  191     auto EncodingString = dwarf::RangeListEncodingString(EntryKind);
  196     if (EntryKind != dwarf::DW_RLE_end_of_list)
  200   switch (EntryKind) {