Searched defs:VarLoc (Results 1 – 7 of 7) sorted by relevance
39 struct VarLoc { struct44 llvm::DenseMap<StringRef, VarLoc> variableLoc; argument
83 struct VarLoc { struct in __anon5c0180840111::LiveDebugValues84 const DebugVariable Var;85 const MachineInstr &MI; ///< Only used for cloning a new DBG_VALUE.87 enum { InvalidKind = 0, RegisterKind } Kind;91 union {97 } Loc;99 VarLoc(const MachineInstr &MI) in VarLoc() function122 unsigned isDescribedByReg() const { in isDescribedByReg()128 void dump() const { MI.dump(); } in dump()130 bool operator==(const VarLoc &Other) const { in operator ==()[all …]
148 struct VarLoc { struct in __anon0fae8d260111::LiveDebugValues151 struct SpillLoc {160 const DebugVariable Var;163 const DIExpression *Expr;167 const MachineInstr &MI;169 mutable UserValueScopes UVS;170 enum VarLocKind {178 } Kind = InvalidKind;182 union {189 } Loc;[all …]
290 struct VarLoc { struct in __anon87d824590111::VarLocBasedLDV293 struct SpillLoc {305 const DebugVariable Var;308 const DIExpression *Expr;312 const MachineInstr &MI;314 enum VarLocKind {322 } Kind = InvalidKind;326 union {333 } Loc;335 VarLoc(const MachineInstr &MI, LexicalScopes &LS) in VarLoc() function[all …]
2099 Loc VarLoc = state->getLValue(D, C.getLocationContext()); in checkPreStmt() local
2336 Loc VarLoc = state->getLValue(D, C.getLocationContext()); in checkPreStmt() local
17222 SourceLocation VarLoc = Var->getLocation(); in captureInBlock() local