Lines Matching refs:StrOS
5056 raw_string_ostream StrOS(VersionString); in getAMDNote() local
5058 StrOS << "[Major: " << Version->MajorVersion in getAMDNote()
5074 raw_string_ostream StrOS(HSAILPropetiesString); in getAMDNote() local
5075 StrOS << "[HSAIL Major: " << Properties->HSAILMajorVersion in getAMDNote()
5099 raw_string_ostream StrOS(IsaString); in getAMDNote() local
5100 StrOS << "[Vendor: " in getAMDNote()
5132 raw_string_ostream StrOS(MetadataString); in getAMDNote() local
5134 StrOS << "[" << Isa[I].Key << ": " << Isa[I].Value << "]"; in getAMDNote()
5163 raw_string_ostream StrOS(MetadataString); in getAMDGPUNote() local
5171 MsgPackDoc.toYAML(StrOS); in getAMDGPUNote()
5172 return {"AMDGPU Metadata", StrOS.str()}; in getAMDGPUNote()