Lines Matching refs:DebugLocEntry
25 class DebugLocEntry {
87 DebugLocEntry(const MCSymbol *B, const MCSymbol *E, Value Val) in DebugLocEntry() function
96 bool MergeValues(const DebugLocEntry &Next) { in MergeValues()
113 bool MergeRanges(const DebugLocEntry &Next) { in MergeRanges()
125 void addValues(ArrayRef<DebugLocEntry::Value> Vals) { in addValues()
128 assert(std::all_of(Values.begin(), Values.end(), [](DebugLocEntry::Value V){ in addValues()
151 inline bool operator==(const DebugLocEntry::Value &A,
152 const DebugLocEntry::Value &B) {
160 case DebugLocEntry::Value::E_Location:
162 case DebugLocEntry::Value::E_Integer:
164 case DebugLocEntry::Value::E_ConstantFP:
166 case DebugLocEntry::Value::E_ConstantInt:
173 inline bool operator<(const DebugLocEntry::Value &A,
174 const DebugLocEntry::Value &B) {