Lines Matching defs:LV
47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
221 struct APValue::LV : LVBase { struct in APValue
222 static const unsigned InlinePathSpace =
228 union {
233 LV() { PathLength = (unsigned)-1; } in LV() argument
234 ~LV() { resizePath(0); } in ~LV()
236 void resizePath(unsigned Length) { in resizePath()
246 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath()
247 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()
249 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()
250 const LValuePathEntry *getPath() const { in getPath()
1037 LinkageInfo LV = LinkageInfo::external(); in getLVForValue() local