Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:End

24   /// Begin and end symbols for the address range that this location is valid.
26 const MCSymbol *End;
95 : Begin(B), End(E) {
112 End = Next.End;
125 if ((End == Next.Begin && Values == Next.Values)) {
126 End = Next.End;
133 const MCSymbol *getEndSym() const { return End; }
136 Values.append(Vals.begin(), Vals.end());
138 assert(std::all_of(Values.begin(), Values.end(), [](DebugLocEntry::Value V){
146 std::sort(Values.begin(), Values.end());
147 Values.erase(std::unique(Values.begin(), Values.end(),
152 Values.end());