Searched defs:LVBase (Results 1 – 2 of 2) sorted by relevance
27 struct LVBase { struct28 llvm::PointerIntPair<APValue::LValueBase, 1, bool> BaseAndIsOnePastTheEnd;29 CharUnits Offset;30 unsigned PathLength;31 unsigned CallIndex;
995 ConstantAddress EmitLValue(APValue::LValueBase LVBase) { in EmitLValue()1293 if (APValue::LValueBase LVBase = Value.getLValueBase()) { in EmitConstantValue() local