Searched refs:RelocatablePtrConstantInfo (Results 1 – 5 of 5) sorted by relevance
133 class RelocatablePtrConstantInfo final {137 RelocatablePtrConstantInfo(int32_t value, RelocInfo::Mode rmode) in RelocatablePtrConstantInfo() function139 RelocatablePtrConstantInfo(int64_t value, RelocInfo::Mode rmode) in RelocatablePtrConstantInfo() function152 bool operator==(RelocatablePtrConstantInfo const& lhs,153 RelocatablePtrConstantInfo const& rhs);154 bool operator!=(RelocatablePtrConstantInfo const& lhs,155 RelocatablePtrConstantInfo const& rhs);157 std::ostream& operator<<(std::ostream&, RelocatablePtrConstantInfo const&);159 size_t hash_value(RelocatablePtrConstantInfo const& p);
154 bool operator==(RelocatablePtrConstantInfo const& lhs, in operator ==()155 RelocatablePtrConstantInfo const& rhs) { in operator ==()160 bool operator!=(RelocatablePtrConstantInfo const& lhs, in operator !=()161 RelocatablePtrConstantInfo const& rhs) { in operator !=()165 size_t hash_value(RelocatablePtrConstantInfo const& p) { in hash_value()170 RelocatablePtrConstantInfo const& p) { in operator <<()902 return new (zone()) Operator1<RelocatablePtrConstantInfo>( // -- in RelocatableInt32Constant()906 RelocatablePtrConstantInfo(value, rmode)); // parameter in RelocatableInt32Constant()911 return new (zone()) Operator1<RelocatablePtrConstantInfo>( // -- in RelocatableInt64Constant()915 RelocatablePtrConstantInfo(value, rmode)); // parameter in RelocatableInt64Constant()
547 Constant::Constant(RelocatablePtrConstantInfo info) { in Constant()548 if (info.type() == RelocatablePtrConstantInfo::kInt32) { in Constant()550 } else if (info.type() == RelocatablePtrConstantInfo::kInt64) { in Constant()
230 return Constant(OpParameter<RelocatablePtrConstantInfo>(node)); in ToConstant()
1048 explicit Constant(RelocatablePtrConstantInfo info);