Searched defs:LiveVariable (Results 1 – 1 of 1) sorted by relevance
595 struct LiveVariable { struct596 DWARFLocationExpression LocExpr;597 const char *VarName;598 DWARFUnit *Unit;599 const DWARFDie FuncDie;601 LiveVariable(const DWARFLocationExpression &LocExpr, const char *VarName, in LiveVariable() function605 bool liveAtAddress(object::SectionedAddress Addr) { in liveAtAddress()613 void print(raw_ostream &OS, const MCRegisterInfo &MRI) const { in print()