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 __anon15cd703d0111::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-7.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp127 struct VarLoc { struct in __anon2f1687750111::LiveDebugValues
128 const DebugVariable Var;
129 const MachineInstr &MI; ///< Only used for cloning a new DBG_VALUE.
130 mutable UserValueScopes UVS;
131 enum { InvalidKind = 0, RegisterKind } Kind = InvalidKind;
135 union {
138 } Loc;
140 VarLoc(const MachineInstr &MI, LexicalScopes &LS) in VarLoc() argument
155 unsigned isDescribedByReg() const { in isDescribedByReg()
163 bool dominates(MachineBasicBlock &MBB) const { return UVS.dominates(&MBB); } in dominates()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp2099 Loc VarLoc = state->getLValue(D, C.getLocationContext()); in checkPreStmt() local