Searched refs:StackObjectSlots (Results 1 – 9 of 9) sorted by relevance
41 DenseMap<unsigned, int> StackObjectSlots; member
524 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx)) in initializeFrameInfo()
1123 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex()1124 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
170 DenseMap<unsigned, int> StackObjectSlots; member
176 DenseMap<unsigned, int> StackObjectSlots; member
726 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx)) in initializeFrameInfo()
1799 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex()1800 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
822 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx)) in initializeFrameInfo()
2079 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex()2080 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()