Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp224 raw_string_ostream StrOS(YamlMF.Body.Value.Value); in printMF() local
228 StrOS << "\n"; in printMF()
229 printMBB(StrOS, State, MBB); in printMF()
281 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo() local
282 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()
359 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convertMFI() local
360 StrOS << printMBBReference(*MFI.getSavePoint()); in convertMFI()
363 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value); in convertMFI() local
364 StrOS << printMBBReference(*MFI.getRestorePoint()); in convertMFI()
497 raw_string_ostream StrOS(YMF.FrameInfo.StackProtector.Value); in convertStackObjects() local
[all …]
H A DMIRPrintingPass.cpp60 raw_string_ostream StrOS(Str); in runOnMachineFunction() local
65 printMIR(StrOS, MMI, MF); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp94 raw_string_ostream StrOS(ToHSAMetadataString); in verify() local
95 FromHSAMetadataString.toYAML(StrOS); in verify()
97 errs() << (HSAMetadataString == StrOS.str() ? "PASS" : "FAIL") << '\n'; in verify()
100 << "Produced output: " << StrOS.str() << '\n'; in verify()
573 raw_string_ostream StrOS(HSAMetadataString); in end() local
574 HSAMetadataDoc->toYAML(StrOS); in end()
577 dump(StrOS.str()); in end()
579 verify(StrOS.str()); in end()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2591 llvm::raw_svector_ostream StrOS(Buf); in getAsString() local
2592 print(StrOS, P); in getAsString()
2593 return StrOS.str().str(); in getAsString()
2621 llvm::raw_svector_ostream StrOS(Buf); in getAsString() local
2622 print(StrOS, Policy); in getAsString()
2623 return std::string(StrOS.str()); in getAsString()
2812 llvm::raw_svector_ostream StrOS(Buf); in getAsStringInternal() local
2813 TypePrinter(policy).print(ty, qs, StrOS, buffer); in getAsStringInternal()
2814 std::string str = std::string(StrOS.str()); in getAsStringInternal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp331 raw_string_ostream StrOS(HSAMetadataString); in EmitHSAMetadata() local
332 HSAMetadataDoc.toYAML(StrOS); in EmitHSAMetadata()
335 OS << StrOS.str() << '\n'; in EmitHSAMetadata()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5780 raw_string_ostream StrOS(VersionString); in getAMDNote() local
5782 StrOS << "[Major: " << Version->MajorVersion in getAMDNote()
5798 raw_string_ostream StrOS(HSAILPropetiesString); in getAMDNote() local
5799 StrOS << "[HSAIL Major: " << Properties->HSAILMajorVersion in getAMDNote()
5823 raw_string_ostream StrOS(IsaString); in getAMDNote() local
5824 StrOS << "[Vendor: " in getAMDNote()
5856 raw_string_ostream StrOS(MetadataString); in getAMDNote() local
5858 StrOS << "[" << Isa[I].Key << ": " << Isa[I].Value << "]"; in getAMDNote()
5893 raw_string_ostream StrOS(MetadataString); in getAMDGPUNote() local
5901 MsgPackDoc.toYAML(StrOS); in getAMDGPUNote()