Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp56 struct DebugVariable { struct in __anon15cd703d0111::LiveDebugValues
60 DebugVariable(const DILocalVariable *_var, const DILocation *_inlinedAt) in DebugVariable() argument
63 bool operator==(const DebugVariable &DV) const { in operator ==() argument
70 DebugVariable Var;
73 VarLoc(DebugVariable _var, const MachineInstr *_mi) : Var(_var), MI(_mi) {} in VarLoc()
192 DebugVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in transferDebugValue()