Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStructuredData.cpp138 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 DTrainingLogger.cpp36 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 DTensorSpec.cpp48 void TensorSpec::toJSON(json::OStream &OS) const { in toJSON()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DJSON.cpp259 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 DTimeProfiler.cpp158 json::OStream J(OS); in write()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h154 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 DMath.h108 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 DSymbolicFile.h46 template <typename OStream>
47 OStream& operator<<(OStream &OS, const DataRefImpl &D) {
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A Draw_ostream.h416 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 DJSON.h486 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 DTargetMachineC.cpp235 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 DTensorSpec.h90 void toJSON(json::OStream &OS) const;
/openbsd-src/gnu/llvm/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp71 json::OStream J(Out->os(), 1); in exportToFile()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DStructuredDataImpl.h60 llvm::json::OStream s(stream.AsRawOstream()); in GetAsJSON()
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp652 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 DDIPrinter.h133 json::OStream JOS(OS, Config.Pretty ? 2 : 0); in printJSON()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp263 llvm::json::OStream JOS(OS); in EndOfMainFile()
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp307 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 DRemarkSizeDiff.cpp462 json::OStream JOS(OS, PrettyPrint ? 2 : 0); in outputJSONForAllDiffs()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DJSONNodeDumper.h39 llvm::json::OStream JOS;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h757 void Serialize(llvm::json::OStream &s) const override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp359 json::OStream json_str(s.AsRawOstream(), 2); in DumpTraceInfoAsJson()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp428 json::OStream m_j;
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp77 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 DBreakpoint.cpp1146 json::OStream json_os(ss); in GetStatistics()

12