Home
last modified time | relevance | path

Searched defs: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() argument
116 const DILocalVariable *getVar() const { return this->first; } in getVar()
117 const DILocation *getInlinedAt() const { return this->second; } in getInlinedAt()
119 bool operator<(const DebugVariable &DV) const { in operator <()