Searched refs:GlobalValues (Results 1 – 5 of 5) sorted by relevance
34 std::vector<GlobalValue *> GlobalValues; member
59 ASSERT_EQ(Mapping.GlobalValues.size(), 1u); in TEST()60 EXPECT_TRUE(isa<GlobalVariable>(Mapping.GlobalValues[0])); in TEST()
26 ; as aliases. This confirms that this globals are recognized as GlobalValues
1183 if (GVIdx >= PFS.IRSlots.GlobalValues.size()) in parseGlobalValue()1186 GV = PFS.IRSlots.GlobalValues[GVIdx]; in parseGlobalValue()
93 NumberedVals = Slots->GlobalValues; in restoreParsingState()235 Slots->GlobalValues = std::move(NumberedVals); in ValidateEndOfModule()