Searched defs:DebugVariable (Results 1 – 1 of 1) sorted by relevance
56 struct DebugVariable { struct in __anon15cd703d0111::LiveDebugValues57 const DILocalVariable *Var;58 const DILocation *InlinedAt;60 DebugVariable(const DILocalVariable *_var, const DILocation *_inlinedAt) in DebugVariable() function63 bool operator==(const DebugVariable &DV) const { in operator ==()