Searched refs:StrOS (Results 1 – 6 of 6) sorted by relevance
248 StrOS << "\n"; in print()253 StrOS.flush(); in print()301 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo() local302 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()547 raw_string_ostream StrOS(NS); in convertMachineMetadataNodes() local558 raw_string_ostream StrOS(Str); in convert() local560 Constant.Val.MachineCPVal->print(StrOS); in convert()567 YamlConstant.Value = StrOS.str(); in convert()585 raw_string_ostream StrOS(Str); in convert() local586 StrOS << printMBBReference(*MBB); in convert()[all …]
44 raw_string_ostream StrOS(Str); in runOnMachineFunction() local45 printMIR(StrOS, MF); in runOnMachineFunction()46 MachineFunctions.append(StrOS.str()); in runOnMachineFunction()
495 raw_string_ostream StrOS(ToHSAMetadataString); in verify() local496 FromHSAMetadataString.toYAML(StrOS); in verify()498 errs() << (HSAMetadataString == StrOS.str() ? "PASS" : "FAIL") << '\n'; in verify()501 << "Produced output: " << StrOS.str() << '\n'; in verify()894 raw_string_ostream StrOS(HSAMetadataString); in end() local895 HSAMetadataDoc->toYAML(StrOS); in end()898 dump(StrOS.str()); in end()900 verify(StrOS.str()); in end()
273 raw_string_ostream StrOS(HSAMetadataString); in EmitHSAMetadata() local274 HSAMetadataDoc.toYAML(StrOS); in EmitHSAMetadata()277 OS << StrOS.str() << '\n'; in EmitHSAMetadata()
2103 llvm::raw_svector_ostream StrOS(Buf); in getAsString() local2104 print(StrOS, Policy); in getAsString()2105 return std::string(StrOS.str()); in getAsString()2270 llvm::raw_svector_ostream StrOS(Buf); in getAsStringInternal() local2271 TypePrinter(policy).print(ty, qs, StrOS, buffer); in getAsStringInternal()2272 std::string str = std::string(StrOS.str()); in getAsStringInternal()
5056 raw_string_ostream StrOS(VersionString); in getAMDNote() local5058 StrOS << "[Major: " << Version->MajorVersion in getAMDNote()5074 raw_string_ostream StrOS(HSAILPropetiesString); in getAMDNote() local5075 StrOS << "[HSAIL Major: " << Properties->HSAILMajorVersion in getAMDNote()5099 raw_string_ostream StrOS(IsaString); in getAMDNote() local5100 StrOS << "[Vendor: " in getAMDNote()5132 raw_string_ostream StrOS(MetadataString); in getAMDNote() local5134 StrOS << "[" << Isa[I].Key << ": " << Isa[I].Value << "]"; in getAMDNote()5163 raw_string_ostream StrOS(MetadataString); in getAMDGPUNote() local5171 MsgPackDoc.toYAML(StrOS); in getAMDGPUNote()[all …]