Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:End

28                         << format("0x%016" PRIx64, E.End) << '\n';
51 if (AI != RelocMap.end())
56 E.End = data.getUnsigned(&Offset, AddressSize);
57 if (AI != RelocMap.end())
58 E.End += AI->second.second;
60 // The end of any given location list is marked by an end of list entry,
63 if (E.Begin == 0 && E.End == 0)
71 std::copy(str.begin(), str.end(), std::back_inserter(E.Loc));
105 std::copy(str.begin(), str.end(), E.Loc.begin());