Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp248 StrOS << "\n"; in print()
253 StrOS.flush(); in print()
301 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo() local
302 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()
547 raw_string_ostream StrOS(NS); in convertMachineMetadataNodes() local
558 raw_string_ostream StrOS(Str); in convert() local
560 Constant.Val.MachineCPVal->print(StrOS); in convert()
567 YamlConstant.Value = StrOS.str(); in convert()
585 raw_string_ostream StrOS(Str); in convert() local
586 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-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp495 raw_string_ostream StrOS(ToHSAMetadataString); in verify() local
496 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() local
895 HSAMetadataDoc->toYAML(StrOS); in end()
898 dump(StrOS.str()); in end()
900 verify(StrOS.str()); in end()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp273 raw_string_ostream StrOS(HSAMetadataString); in EmitHSAMetadata() local
274 HSAMetadataDoc.toYAML(StrOS); in EmitHSAMetadata()
277 OS << StrOS.str() << '\n'; in EmitHSAMetadata()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2103 llvm::raw_svector_ostream StrOS(Buf); in getAsString() local
2104 print(StrOS, Policy); in getAsString()
2105 return std::string(StrOS.str()); in getAsString()
2270 llvm::raw_svector_ostream StrOS(Buf); in getAsStringInternal() local
2271 TypePrinter(policy).print(ty, qs, StrOS, buffer); in getAsStringInternal()
2272 std::string str = std::string(StrOS.str()); in getAsStringInternal()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5056 raw_string_ostream StrOS(VersionString); in getAMDNote() local
5058 StrOS << "[Major: " << Version->MajorVersion in getAMDNote()
5074 raw_string_ostream StrOS(HSAILPropetiesString); in getAMDNote() local
5075 StrOS << "[HSAIL Major: " << Properties->HSAILMajorVersion in getAMDNote()
5099 raw_string_ostream StrOS(IsaString); in getAMDNote() local
5100 StrOS << "[Vendor: " in getAMDNote()
5132 raw_string_ostream StrOS(MetadataString); in getAMDNote() local
5134 StrOS << "[" << Isa[I].Key << ": " << Isa[I].Value << "]"; in getAMDNote()
5163 raw_string_ostream StrOS(MetadataString); in getAMDGPUNote() local
5171 MsgPackDoc.toYAML(StrOS); in getAMDGPUNote()
[all …]