Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp112 struct DebugVariable : public DebugVariableBase { struct in __anon560902200111::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()
371 DebugVariable V(Var, InlinedAt); in transferDebugValue()