Lines Matching refs:ScopeInlinedAtRecords
31 assert(unsigned(-ScopeIdx) <= Ctx.pImpl->ScopeInlinedAtRecords.size() && in getScope()
33 return Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].first.get(); in getScope()
42 assert(unsigned(-ScopeIdx) <= Ctx.pImpl->ScopeInlinedAtRecords.size() && in getInlinedAt()
44 return Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].second.get(); in getInlinedAt()
66 assert(unsigned(-ScopeIdx) <= Ctx.pImpl->ScopeInlinedAtRecords.size() && in getScopeAndInlinedAt()
68 Scope = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].first.get(); in getScopeAndInlinedAt()
69 IA = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].second.get(); in getScopeAndInlinedAt()
225 if (ScopeInlinedAtRecords.empty()) in getOrAddScopeInlinedAtIdxEntry()
226 ScopeInlinedAtRecords.reserve(128); in getOrAddScopeInlinedAtIdxEntry()
229 Idx = -ScopeInlinedAtRecords.size()-1; in getOrAddScopeInlinedAtIdxEntry()
230 ScopeInlinedAtRecords.push_back(std::make_pair(DebugRecVH(Scope, this, Idx), in getOrAddScopeInlinedAtIdxEntry()
264 assert(unsigned(-Idx-1) < Ctx->ScopeInlinedAtRecords.size()); in deleted()
265 std::pair<DebugRecVH, DebugRecVH> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1]; in deleted()
318 assert(unsigned(-Idx-1) < Ctx->ScopeInlinedAtRecords.size()); in allUsesReplacedWith()
319 std::pair<DebugRecVH, DebugRecVH> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1]; in allUsesReplacedWith()
341 std::pair<DebugRecVH, DebugRecVH> &Entry=Ctx->ScopeInlinedAtRecords[-Idx-1]; in allUsesReplacedWith()