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

References

lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
  101     E.Begin = Data.getRelocatedAddress(C);
  104     E.End = Data.getRelocatedAddress(C);
  112     if (E.Begin == 0 && E.End == 0) {
  112     if (E.Begin == 0 && E.End == 0) {
  117     if (E.Begin != (AddressSize == 4 ? -1U : -1ULL)) {
  120       Data.getU8(C, E.Loc, Bytes);
  123     LL.Entries.push_back(std::move(E));