Searched refs:MapElements (Results 1 – 2 of 2) sorted by relevance
134 std::map<LVOffset, LVElement *> MapElements; in checkElementSelection() local136 MapElements[Element->getOffset()] = Element; in checkElementSelection()137 ASSERT_EQ(MapElements.size(), 0xeu); in checkElementSelection()139 LVElement *Element = MapElements[0x000000004b]; // 'foo' in checkElementSelection()144 Element = MapElements[0x00000000c0]; // 'CONSTANT' in checkElementSelection()149 Element = MapElements[0x000000002d]; // 'INTPTR' in checkElementSelection()154 Element = MapElements[0x00000000af]; // 'INTEGER' in checkElementSelection()159 Element = MapElements[0x000000000f]; // 'movl %edx, %eax' in checkElementSelection()
345 std::map<StringRef, LVElement *> MapElements; in elementProperties() 347 MapElements[Element->getName()] = Element; in elementProperties() 348 ASSERT_EQ(MapElements.size(), Size); in elementProperties() 350 std::map<StringRef, LVElement *>::iterator Iter = MapElements.begin(); in elementProperties() 353 EXPECT_NE(Iter, MapElements.end()); in elementProperties() 276 std::map<StringRef, LVElement *> MapElements; checkElementSelection() local