Searched refs:StrOS (Results 1 – 6 of 6) sorted by relevance
241 raw_string_ostream StrOS(YamlMF.Body.Value.Value); in print() local245 StrOS << "\n"; in print()246 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print()250 StrOS.flush(); in print()298 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo() local299 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()366 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert() local367 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()370 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value); in convert() local371 StrOS << printMBBReference(*MFI.getRestorePoint()); in convert()[all …]
44 raw_string_ostream StrOS(Str); in runOnMachineFunction() local45 printMIR(StrOS, MF); in runOnMachineFunction()46 MachineFunctions.append(StrOS.str()); in runOnMachineFunction()
501 raw_string_ostream StrOS(ToHSAMetadataString); in verify() local502 FromHSAMetadataString.toYAML(StrOS); in verify()504 errs() << (HSAMetadataString == StrOS.str() ? "PASS" : "FAIL") << '\n'; in verify()507 << "Produced output: " << StrOS.str() << '\n'; in verify()936 raw_string_ostream StrOS(HSAMetadataString); in end() local937 HSAMetadataDoc->toYAML(StrOS); in end()940 dump(StrOS.str()); in end()942 verify(StrOS.str()); in end()
289 raw_string_ostream StrOS(HSAMetadataString); in EmitHSAMetadata() local290 HSAMetadataDoc.toYAML(StrOS); in EmitHSAMetadata()293 OS << StrOS.str() << '\n'; in EmitHSAMetadata()
2184 llvm::raw_svector_ostream StrOS(Buf); in getAsString() local2185 print(StrOS, Policy); in getAsString()2186 return std::string(StrOS.str()); in getAsString()2353 llvm::raw_svector_ostream StrOS(Buf); in getAsStringInternal() local2354 TypePrinter(policy).print(ty, qs, StrOS, buffer); in getAsStringInternal()2355 std::string str = std::string(StrOS.str()); in getAsStringInternal()
5289 raw_string_ostream StrOS(VersionString); in getAMDNote() local5291 StrOS << "[Major: " << Version->MajorVersion in getAMDNote()5307 raw_string_ostream StrOS(HSAILPropetiesString); in getAMDNote() local5308 StrOS << "[HSAIL Major: " << Properties->HSAILMajorVersion in getAMDNote()5332 raw_string_ostream StrOS(IsaString); in getAMDNote() local5333 StrOS << "[Vendor: " in getAMDNote()5365 raw_string_ostream StrOS(MetadataString); in getAMDNote() local5367 StrOS << "[" << Isa[I].Key << ": " << Isa[I].Value << "]"; in getAMDNote()5396 raw_string_ostream StrOS(MetadataString); in getAMDGPUNote() local5404 MsgPackDoc.toYAML(StrOS); in getAMDGPUNote()[all …]