Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp83 struct VarLoc { struct in __anone49346e20111::LiveDebugValues
84 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() function
122 unsigned isDescribedByReg() const { in isDescribedByReg()
128 void dump() const { MI.dump(); } in dump()
130 bool operator==(const VarLoc &Other) const { in operator ==()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp148 struct VarLoc { struct in __anonc83b5b040111::LiveDebugValues
151 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 …]
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp2099 Loc VarLoc = state->getLValue(D, C.getLocationContext()); in checkPreStmt() local