Searched defs:VCallOffsetMap (Results 1 – 2 of 2) sorted by relevance
443 struct VCallOffsetMap { struct445 typedef std::pair<const CXXMethodDecl *, CharUnits> MethodAndOffsetPairTy;449 SmallVector<MethodAndOffsetPairTy, 16> Offsets;467 bool empty() const { return Offsets.empty(); } in empty()
442 struct VCallOffsetMap { struct444 typedef std::pair<const CXXMethodDecl *, CharUnits> MethodAndOffsetPairTy;448 SmallVector<MethodAndOffsetPairTy, 16> Offsets;466 bool empty() const { return Offsets.empty(); } in empty()