Searched defs:LVBase (Results 1 – 4 of 4) sorted by relevance
27 struct LVBase { struct28 llvm::PointerIntPair<APValue::LValueBase, 1, bool> BaseAndIsOnePastTheEnd;29 CharUnits Offset;30 unsigned PathLength;31 unsigned CallIndex;
158 struct LVBase { struct159 APValue::LValueBase Base;160 CharUnits Offset;161 unsigned PathLength;162 bool IsNullPtr : 1;163 bool IsOnePastTheEnd : 1;
6547 APValue::LValueBase LVBase, APValue &Value, in HandleDestruction()
995 ConstantAddress EmitLValue(APValue::LValueBase LVBase) { in EmitLValue()1293 if (APValue::LValueBase LVBase = Value.getLValueBase()) { in EmitConstantValue() local