/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | StructuredData.cpp | 139 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 GetDescription() 187 void StructuredData::Generic::Serialize(json::OStream &s) const { in GetDescription()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TrainingLogger.cpp | 31 json::OStream JOS(*OS); 53 json::OStream JOS(*OS); in writeHeader() 61 json::OStream JOS(*OS); in switchContext() 72 json::OStream JOS(*OS);
|
H A D | TensorSpec.cpp | 50 void TensorSpec::toJSON(json::OStream &OS) const { in toJSON()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | JSON.cpp | 259 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 …]
|
H A D | TimeProfiler.cpp | 183 json::OStream J(OS); in write()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 176 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; in GetItemAtIndexAsDictionary() 314 void Serialize(llvm::json::OStream &s) const override { in AddIntegerItem() 339 void Serialize(llvm::json::OStream &s) const override; 358 void Serialize(llvm::json::OStream &s) const override; in Serialize() 376 void Serialize(llvm::json::OStream &s) const override; 537 void Serialize(llvm::json::OStream &s) const override; in GetValueForKeyAsString() 553 void Serialize(llvm::json::OStream &s) const override; in GetValueForKeyAsArray() 569 void Serialize(llvm::json::OStream in AddItem() [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Math.h | 108 template <typename OStream> 109 OStream& operator<<(OStream &OS, const Vector &V) { 246 template <typename OStream> 247 OStream& operator<<(OStream &OS, const Matrix &M) {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | SymbolicFile.h | 46 template <typename OStream> 47 OStream& operator<<(OStream &OS, const DataRefImpl &D) {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TensorSpec.h | 23 class OStream; variable 98 void toJSON(json::OStream &OS) const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 422 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) {
|
H A D | JSON.h | 507 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);
|
H A D | ScopedPrinter.h | 565 json::OStream JOS;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetMachineC.cpp | 343 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/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.cpp | 86 ModelDumper(llvm::json::OStream &JOS, const Environment &Env) in ModelDumper() 147 llvm::json::OStream &JOS; 163 llvm::json::OStream JOS{JStringStream, /*Indent=*/2};
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-sim/ |
H A D | llvm-sim.cpp | 71 json::OStream J(Out->os(), 1); in exportToFile()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | StructuredDataImpl.h | 60 llvm::json::OStream s(stream.AsRawOstream()); in GetAsJSON()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 663 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/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | DIPrinter.h | 135 json::OStream JOS(OS, Config.Pretty ? 2 : 0); in printJSON()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Statistics.cpp | 401 json::OStream json_os(ss); in ReportStatistics()
|
H A D | TraceDumper.cpp | 428 json::OStream m_j;
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | JSONNodeDumper.h | 39 llvm::json::OStream JOS;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.h | 775 void Serialize(llvm::json::OStream &s) const override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPT.cpp | 358 json::OStream json_str(s.AsRawOstream(), 2); in DumpTraceInfoAsJson()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 78 json::OStream &JOS, bool TopLevel = false) { in dumpFunctionProfileJson() 140 json::OStream JOS(OS, 2); in dumpJson()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | Breakpoint.cpp | 1127 json::OStream json_os(ss); in GetStatistics()
|