Home
last modified time | relevance | path

Searched refs:DebugVariable (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp68 struct DebugVariable : public DebugVariableBase { struct in __anon15cd703d0111::LiveDebugValues
69 DebugVariable(const DILocalVariable *Var, const DILocation *InlinedAt) in DebugVariable() function
75 bool operator<(const DebugVariable &DV) const { in operator <() argument
84 const DebugVariable Var;
158 void erase(DebugVariable Var) { in erase()
291 DebugVariable V(Var, InlinedAt); in transferDebugValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp112 struct DebugVariable : public DebugVariableBase { struct in __anon2f1687750111::LiveDebugValues
113 DebugVariable(const DILocalVariable *Var, const DILocation *InlinedAt) in DebugVariable() function
119 bool operator<(const DebugVariable &DV) const { in operator <() argument
128 const DebugVariable Var;
202 void erase(DebugVariable Var) { in erase()
368 DebugVariable V(Var, InlinedAt); in transferDebugValue()