Searched refs:StackObjectSlots (Results 1 – 6 of 6) sorted by relevance
41 DenseMap<unsigned, int> StackObjectSlots; member
1123 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex()1124 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
524 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx)) in initializeFrameInfo()
61 DenseMap<unsigned, int> StackObjectSlots; member
647 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx)) in initializeFrameInfo()
1455 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex()1456 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()