Home
last modified time | relevance | path

Searched refs:OStream (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTrainingLogger.cpp31 json::OStream JOS(*OS); in writeHeader()
53 json::OStream JOS(*OS); in switchContext()
61 json::OStream JOS(*OS); in startObservation()
72 json::OStream JOS(*OS); in logRewardImpl()
HDTensorSpec.cpp50 void TensorSpec::toJSON(json::OStream &OS) const { in toJSON()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDStructuredData.cpp139 json::OStream stream(llvm::outs(), pretty_print ? 2 : 0); in DumpToStdout()
143 void StructuredData::Array::Serialize(json::OStream &s) const { in Serialize()
151 void StructuredData::Float::Serialize(json::OStream &s) const { in Serialize()
155 void StructuredData::Boolean::Serialize(json::OStream &s) const { in Serialize()
159 void StructuredData::String::Serialize(json::OStream &s) const { in Serialize()
163 void StructuredData::Dictionary::Serialize(json::OStream &s) const { in Serialize()
183 void StructuredData::Null::Serialize(json::OStream &s) const { in Serialize()
187 void StructuredData::Generic::Serialize(json::OStream &s) const { in Serialize()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDJSON.cpp259 static void abbreviate(const Value &V, OStream &JOS) { in abbreviate()
285 static void abbreviateChildren(const Value &V, OStream &JOS) { in abbreviateChildren()
308 OStream JOS(OS, /*IndentSize=*/2); in printErrorContext()
754 void llvm::json::OStream::value(const Value &V) { in value()
791 void llvm::json::OStream::valueBegin() { in valueBegin()
803 void OStream::comment(llvm::StringRef Comment) { in comment()
808 void OStream::flushComment() { in flushComment()
833 void llvm::json::OStream::newline() { in newline()
840 void llvm::json::OStream::arrayBegin() { in arrayBegin()
848 void llvm::json::OStream::arrayEnd() { in arrayEnd()
[all …]
HDTimeProfiler.cpp183 json::OStream J(OS); in write()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDStructuredData.h176 virtual void Serialize(llvm::json::OStream &s) const = 0;
179 llvm::json::OStream jso(s.AsRawOstream(), pretty_print ? 2 : 0);
289 void Serialize(llvm::json::OStream &s) const override;
314 void Serialize(llvm::json::OStream &s) const override { in Serialize()
339 void Serialize(llvm::json::OStream &s) const override;
358 void Serialize(llvm::json::OStream &s) const override;
376 void Serialize(llvm::json::OStream &s) const override;
537 void Serialize(llvm::json::OStream &s) const override;
553 void Serialize(llvm::json::OStream &s) const override;
569 void Serialize(llvm::json::OStream &s) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
HDMath.h108 template <typename OStream>
109 OStream& operator<<(OStream &OS, const Vector &V) {
246 template <typename OStream>
247 OStream& operator<<(OStream &OS, const Matrix &M) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDSymbolicFile.h46 template <typename OStream>
47 OStream& operator<<(OStream &OS, const DataRefImpl &D) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTensorSpec.h23 class OStream; variable
98 void toJSON(json::OStream &OS) const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDraw_ostream.h422 template <typename OStream, typename T>
423 std::enable_if_t<!std::is_reference_v<OStream> &&
424 std::is_base_of_v<raw_ostream, OStream>,
425 OStream &&>
426 operator<<(OStream &&OS, const T &Value) {
HDJSON.h507 friend class OStream; variable
979 class OStream {
983 explicit OStream(llvm::raw_ostream &OS, unsigned IndentSize = 0)
987 ~OStream() { in ~OStream()
1090 OStream(OS).value(V);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetMachineC.cpp343 raw_svector_ostream OStream(CodeString); in LLVMTargetMachineEmitToMemoryBuffer() local
344 bool Result = LLVMTargetMachineEmit(T, M, OStream, codegen, ErrorMessage); in LLVMTargetMachineEmitToMemoryBuffer()
346 StringRef Data = OStream.str(); in LLVMTargetMachineEmitToMemoryBuffer()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDHTMLLogger.cpp86 ModelDumper(llvm::json::OStream &JOS, const Environment &Env) in ModelDumper()
147 llvm::json::OStream &JOS;
163 llvm::json::OStream JOS{JStringStream, /*Indent=*/2};
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-sim/
HDllvm-sim.cpp71 json::OStream J(Out->os(), 1); in exportToFile()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDStructuredDataImpl.h60 llvm::json::OStream s(stream.AsRawOstream()); in GetAsJSON()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDStatistics.cpp663 static void printDatum(json::OStream &J, const char *Key, json::Value Value) { in printDatum()
672 static void printLocationStats(json::OStream &J, const char *Key, in printLocationStats()
738 static void printSectionSizes(json::OStream &J, const SectionSizes &Sizes) { in printSectionSizes()
1016 json::OStream J(OS, 2); in collectStatsForObjectFile()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
HDDIPrinter.h135 json::OStream JOS(OS, Config.Pretty ? 2 : 0); in printJSON()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDHeaderIncludeGen.cpp268 llvm::json::OStream JOS(OS); in EndOfMainFile()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-remarkutil/
HDRemarkSizeDiff.cpp443 json::OStream JOS(OS, PrettyPrint ? 2 : 0); in outputJSONForAllDiffs()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDStatistics.cpp401 json::OStream json_os(ss); in ReportStatistics()
HDTraceDumper.cpp428 json::OStream m_j;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDJSONNodeDumper.h39 llvm::json::OStream JOS;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDPythonDataObjects.h775 void Serialize(llvm::json::OStream &s) const override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceIntelPT.cpp358 json::OStream json_str(s.AsRawOstream(), 2); in DumpTraceInfoAsJson()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDSampleProfReader.cpp78 json::OStream &JOS, bool TopLevel = false) { in dumpFunctionProfileJson()
140 json::OStream JOS(OS, 2); in dumpJson()

12