Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp68 struct DebugVariable : public DebugVariableBase { struct in __anon15cd703d0111::LiveDebugValues
69 DebugVariable(const DILocalVariable *Var, const DILocation *InlinedAt) in DebugVariable() argument
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 <()
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp1035 SmallVectorImpl<std::pair<DebugVariable, DbgValue>> &VLocs, in loadInlocs()
2614 const SmallSet<DebugVariable, 4> &AllVars, ValueIDNum **MOutLocs, in vlocJoin()
2618 DenseMap<DebugVariable, DbgValue> &InLocsT) { in vlocJoin()
2884 const SmallSet<DebugVariable, 4> &VarsWeCareAbout, in vlocDataflow()
3127 DenseMap<DebugVariable, unsigned> &AllVarsNumbering) { in emitLocations()