Lines Matching refs:StrOS
5682 raw_string_ostream StrOS(VersionString); in getAMDNote() local
5684 StrOS << "[Major: " << Version->MajorVersion in getAMDNote()
5700 raw_string_ostream StrOS(HSAILPropetiesString); in getAMDNote() local
5701 StrOS << "[HSAIL Major: " << Properties->HSAILMajorVersion in getAMDNote()
5725 raw_string_ostream StrOS(IsaString); in getAMDNote() local
5726 StrOS << "[Vendor: " in getAMDNote()
5758 raw_string_ostream StrOS(MetadataString); in getAMDNote() local
5760 StrOS << "[" << Isa[I].Key << ": " << Isa[I].Value << "]"; in getAMDNote()
5795 raw_string_ostream StrOS(MetadataString); in getAMDGPUNote() local
5803 MsgPackDoc.toYAML(StrOS); in getAMDGPUNote()
5804 return {"AMDGPU Metadata", StrOS.str()}; in getAMDGPUNote()