Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp68 struct DebugVariable : public DebugVariableBase { struct in __anon7d31c2e90111::LiveDebugValues
69 DebugVariable(const DILocalVariable *Var, const DILocation *InlinedAt) in DebugVariable() function
72 const DILocalVariable *getVar() const { return this->first; }; in getVar()
73 const DILocation *getInlinedAt() const { return this->second; }; in getInlinedAt()
75 bool operator<(const DebugVariable &DV) const { in operator <()