Lines Matching refs:StringRef
58 void dump(StringRef HSAMetadataString) const;
60 void verify(StringRef HSAMetadataString) const;
62 Optional<StringRef> getAccessQualifier(StringRef AccQual) const;
64 Optional<StringRef> getAddressSpaceQualifier(unsigned AddressSpace) const;
66 StringRef getValueKind(Type *Ty, StringRef TypeQual,
67 StringRef BaseTypeName) const;
69 StringRef getValueType(Type *Ty, StringRef TypeName) const;
93 void emitKernelArg(const DataLayout &DL, Type *Ty, StringRef ValueKind,
95 unsigned PointeeAlign = 0, StringRef Name = "",
96 StringRef TypeName = "", StringRef BaseTypeName = "",
97 StringRef AccQual = "", StringRef TypeQual = "");
102 std::shared_ptr<msgpack::Node> &getRootMetadata(StringRef Key) { in getRootMetadata()
128 void dump(StringRef HSAMetadataString) const;
130 void verify(StringRef HSAMetadataString) const;
132 AccessQualifier getAccessQualifier(StringRef AccQual) const;
136 ValueKind getValueKind(Type *Ty, StringRef TypeQual,
137 StringRef BaseTypeName) const;
139 ValueType getValueType(Type *Ty, StringRef TypeName) const;
166 StringRef Name = "", StringRef TypeName = "",
167 StringRef BaseTypeName = "", StringRef AccQual = "",
168 StringRef TypeQual = "");