Home
last modified time | relevance | path

Searched refs:StrOS (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp250 StrOS << "\n"; in print()
255 StrOS.flush(); in print()
303 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo() local
304 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()
568 raw_string_ostream StrOS(NS); in convertMachineMetadataNodes() local
579 raw_string_ostream StrOS(Str); in convert() local
581 Constant.Val.MachineCPVal->print(StrOS); in convert()
588 YamlConstant.Value = StrOS.str(); in convert()
606 raw_string_ostream StrOS(Str); in convert() local
607 StrOS << printMBBReference(*MBB); in convert()
[all …]
H A DMIRPrintingPass.cpp44 raw_string_ostream StrOS(Str); in runOnMachineFunction() local
45 printMIR(StrOS, MF); in runOnMachineFunction()
46 MachineFunctions.append(StrOS.str()); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp70 raw_string_ostream StrOS(ToHSAMetadataString); in verify() local
71 FromHSAMetadataString.toYAML(StrOS); in verify()
73 errs() << (HSAMetadataString == StrOS.str() ? "PASS" : "FAIL") << '\n'; in verify()
76 << "Produced output: " << StrOS.str() << '\n'; in verify()
519 raw_string_ostream StrOS(HSAMetadataString); in end() local
520 HSAMetadataDoc->toYAML(StrOS); in end()
523 dump(StrOS.str()); in end()
525 verify(StrOS.str()); in end()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp262 raw_string_ostream StrOS(HSAMetadataString); in EmitHSAMetadata() local
263 HSAMetadataDoc.toYAML(StrOS); in EmitHSAMetadata()
266 OS << StrOS.str() << '\n'; in EmitHSAMetadata()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2305 llvm::raw_svector_ostream StrOS(Buf); in getAsString() local
2306 print(StrOS, Policy); in getAsString()
2307 return std::string(StrOS.str()); in getAsString()
2476 llvm::raw_svector_ostream StrOS(Buf); in getAsStringInternal() local
2477 TypePrinter(policy).print(ty, qs, StrOS, buffer); in getAsStringInternal()
2478 std::string str = std::string(StrOS.str()); in getAsStringInternal()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5531 raw_string_ostream StrOS(VersionString); in getAMDNote() local
5533 StrOS << "[Major: " << Version->MajorVersion in getAMDNote()
5549 raw_string_ostream StrOS(HSAILPropetiesString); in getAMDNote() local
5550 StrOS << "[HSAIL Major: " << Properties->HSAILMajorVersion in getAMDNote()
5574 raw_string_ostream StrOS(IsaString); in getAMDNote() local
5575 StrOS << "[Vendor: " in getAMDNote()
5607 raw_string_ostream StrOS(MetadataString); in getAMDNote() local
5609 StrOS << "[" << Isa[I].Key << ": " << Isa[I].Value << "]"; in getAMDNote()
5644 raw_string_ostream StrOS(MetadataString); in getAMDGPUNote() local
5652 MsgPackDoc.toYAML(StrOS); in getAMDGPUNote()
[all …]