Searched refs:GlobalValues (Results 1 – 12 of 12) sorted by relevance
34 std::vector<GlobalValue *> GlobalValues; member
3 ; properly parsed and don't set GlobalValues as dso_local.
4 ; deserialization of the dso_local value on GlobalValues.
26 ; as aliases. This confirms that this globals are recognized as GlobalValues
59 ASSERT_EQ(Mapping.GlobalValues.size(), 1u); in TEST()60 EXPECT_TRUE(isa<GlobalVariable>(Mapping.GlobalValues[0])); in TEST()
1183 if (GVIdx >= PFS.IRSlots.GlobalValues.size()) in parseGlobalValue()1186 GV = PFS.IRSlots.GlobalValues[GVIdx]; in parseGlobalValue()
1515 if (GVIdx >= PFS.IRSlots.GlobalValues.size()) in parseGlobalValue()1518 GV = PFS.IRSlots.GlobalValues[GVIdx]; in parseGlobalValue()
93 NumberedVals = Slots->GlobalValues; in restoreParsingState()235 Slots->GlobalValues = std::move(NumberedVals); in ValidateEndOfModule()
110 NumberedVals = Slots->GlobalValues; in restoreParsingState()253 Slots->GlobalValues = std::move(NumberedVals); in ValidateEndOfModule()