Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp56 struct DebugVariable { struct in __anon15cd703d0111::LiveDebugValues
57 const DILocalVariable *Var;
58 const DILocation *InlinedAt;
60 DebugVariable(const DILocalVariable *_var, const DILocation *_inlinedAt) in DebugVariable() function
63 bool operator==(const DebugVariable &DV) const { in operator ==()