| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 138 json::OStream stream(llvm::outs(), pretty_print ? 2 : 0); in DumpToStdout() 142 void StructuredData::Array::Serialize(json::OStream &s) const { in Serialize() 150 void StructuredData::Integer::Serialize(json::OStream &s) const { in Serialize() 154 void StructuredData::Float::Serialize(json::OStream &s) const { in Serialize() 158 void StructuredData::Boolean::Serialize(json::OStream &s) const { in Serialize() 162 void StructuredData::String::Serialize(json::OStream &s) const { in Serialize() 166 void StructuredData::Dictionary::Serialize(json::OStream &s) const { in Serialize() 176 void StructuredData::Null::Serialize(json::OStream &s) const { in Serialize() 180 void StructuredData::Generic::Serialize(json::OStream &s) const { in Serialize()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TrainingLogger.cpp | 36 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()
|
| H A D | TensorSpec.cpp | 48 void TensorSpec::toJSON(json::OStream &OS) const { in toJSON()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | JSON.cpp | 259 void abbreviate(const Value &V, OStream &JOS) { in abbreviate() 285 void abbreviateChildren(const Value &V, OStream &JOS) { in abbreviateChildren() 310 OStream JOS(OS, /*IndentSize=*/2); in printErrorContext() 756 void llvm::json::OStream::value(const Value &V) { in value() 793 void llvm::json::OStream::valueBegin() { in valueBegin() 805 void OStream::comment(llvm::StringRef Comment) { in comment() 810 void OStream::flushComment() { in flushComment() 835 void llvm::json::OStream::newline() { in newline() 842 void llvm::json::OStream::arrayBegin() { in arrayBegin() 850 void llvm::json::OStream::arrayEnd() { in arrayEnd() [all …]
|
| H A D | TimeProfiler.cpp | 158 json::OStream J(OS); in write()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 154 virtual void Serialize(llvm::json::OStream &s) const = 0; 157 llvm::json::OStream jso(s.AsRawOstream(), pretty_print ? 2 : 0); 284 void Serialize(llvm::json::OStream &s) const override; 304 void Serialize(llvm::json::OStream &s) const override; 323 void Serialize(llvm::json::OStream &s) const override; 342 void Serialize(llvm::json::OStream &s) const override; 360 void Serialize(llvm::json::OStream &s) const override; 541 void Serialize(llvm::json::OStream &s) const override; 558 void Serialize(llvm::json::OStream &s) const override; 574 void Serialize(llvm::json::OStream &s) const override;
|
| /openbsd-src/gnu/llvm/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) {
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | SymbolicFile.h | 46 template <typename OStream> 47 OStream& operator<<(OStream &OS, const DataRefImpl &D) {
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | raw_ostream.h | 416 template <typename OStream, typename T> 417 std::enable_if_t<!std::is_reference<OStream>::value && 418 std::is_base_of<raw_ostream, OStream>::value, 419 OStream &&> 420 operator<<(OStream &&OS, const T &Value) {
|
| H A D | JSON.h | 486 friend class OStream; variable 956 class OStream { 960 explicit OStream(llvm::raw_ostream &OS, unsigned IndentSize = 0) 964 ~OStream() { in ~OStream() 1067 OStream(OS).value(V);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | TargetMachineC.cpp | 235 raw_svector_ostream OStream(CodeString); in LLVMTargetMachineEmitToMemoryBuffer() local 236 bool Result = LLVMTargetMachineEmit(T, M, OStream, codegen, ErrorMessage); in LLVMTargetMachineEmitToMemoryBuffer() 238 StringRef Data = OStream.str(); in LLVMTargetMachineEmitToMemoryBuffer()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TensorSpec.h | 90 void toJSON(json::OStream &OS) const;
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-sim/ |
| H A D | llvm-sim.cpp | 71 json::OStream J(Out->os(), 1); in exportToFile()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 60 llvm::json::OStream s(stream.AsRawOstream()); in GetAsJSON()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 652 static void printDatum(json::OStream &J, const char *Key, json::Value Value) { in printDatum() 661 static void printLocationStats(json::OStream &J, const char *Key, in printLocationStats() 727 static void printSectionSizes(json::OStream &J, const SectionSizes &Sizes) { in printSectionSizes() 946 json::OStream J(OS, 2); in collectStatsForObjectFile()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | DIPrinter.h | 133 json::OStream JOS(OS, Config.Pretty ? 2 : 0); in printJSON()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | HeaderIncludeGen.cpp | 263 llvm::json::OStream JOS(OS); in EndOfMainFile()
|
| /openbsd-src/gnu/llvm/llvm/tools/sancov/ |
| H A D | sancov.cpp | 307 static void operator<<(json::OStream &W, in operator <<() 352 static void operator<<(json::OStream &W, const SymbolizedCoverage &C) { in operator <<() 1198 json::OStream W(outs(), 2); in main()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-remark-size-diff/ |
| H A D | RemarkSizeDiff.cpp | 462 json::OStream JOS(OS, PrettyPrint ? 2 : 0); in outputJSONForAllDiffs()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | JSONNodeDumper.h | 39 llvm::json::OStream JOS;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.h | 757 void Serialize(llvm::json::OStream &s) const override;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPT.cpp | 359 json::OStream json_str(s.AsRawOstream(), 2); in DumpTraceInfoAsJson()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | TraceDumper.cpp | 428 json::OStream m_j;
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 77 json::OStream &JOS, bool TopLevel = false) { in dumpFunctionProfileJson() 139 json::OStream JOS(OS, 2); in dumpJson()
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 1146 json::OStream json_os(ss); in GetStatistics()
|