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;
904 llvm::Constant *EmitLValue(APValue::LValueBase LVBase) { in EmitLValue()1075 if (APValue::LValueBase LVBase = Value.getLValueBase()) { in EmitConstantValue() local