Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMIRPrinter.cpp244 raw_string_ostream StrOS(YamlMF.Body.Value.Value); in print() local
248 StrOS << "\n"; in print()
249 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) 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()
369 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert() local
370 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()
373 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value); in convert() local
374 StrOS << printMBBReference(*MFI.getRestorePoint()); in convert()
[all …]
DMIRPrintingPass.cpp44 raw_string_ostream StrOS(Str); in runOnMachineFunction() local
45 printMIR(StrOS, MF); in runOnMachineFunction()
46 MachineFunctions.append(StrOS.str()); in runOnMachineFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
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-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp273 raw_string_ostream StrOS(HSAMetadataString); in EmitHSAMetadata() local
274 HSAMetadataDoc.toYAML(StrOS); in EmitHSAMetadata()
277 OS << StrOS.str() << '\n'; in EmitHSAMetadata()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
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-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
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 …]