Lines Matching refs:StrOS
5232 raw_string_ostream StrOS(VersionString); in getAMDNote() local
5234 StrOS << "[Major: " << Version->MajorVersion in getAMDNote()
5250 raw_string_ostream StrOS(HSAILPropetiesString); in getAMDNote() local
5251 StrOS << "[HSAIL Major: " << Properties->HSAILMajorVersion in getAMDNote()
5275 raw_string_ostream StrOS(IsaString); in getAMDNote() local
5276 StrOS << "[Vendor: " in getAMDNote()
5308 raw_string_ostream StrOS(MetadataString); in getAMDNote() local
5310 StrOS << "[" << Isa[I].Key << ": " << Isa[I].Value << "]"; in getAMDNote()
5339 raw_string_ostream StrOS(MetadataString); in getAMDGPUNote() local
5347 MsgPackDoc.toYAML(StrOS); in getAMDGPUNote()
5348 return {"AMDGPU Metadata", StrOS.str()}; in getAMDGPUNote()