Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTrainingLogger.cpp31 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 DTensorSpec.cpp50 void TensorSpec::toJSON(json::OStream &OS) const { in toJSON()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.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/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp261 static void abbreviate(const Value &V, OStream &JOS) { in abbreviate()
287 static 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.cpp223 json::OStream J(OS); in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DInterleavedRange.h45 template <typename OStream>
46 friend OStream &operator<<(OStream &OS, const InterleavedRange &Interleaved) {
H A Draw_ostream.h423 template <typename OStream, typename T>
424 std::enable_if_t<!std::is_reference_v<OStream> &&
425 std::is_base_of_v<raw_ostream, OStream>,
426 OStream &&>
427 operator<<(OStream &&OS, const T &Value) {
H A DJSON.h515 friend class OStream; variable
996 class OStream {
1000 explicit OStream(llvm::raw_ostream &OS, unsigned IndentSize = 0)
1004 ~OStream() { in ~OStream()
1107 OStream(OS).value(V);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h102 template <typename OStream>
103 OStream& operator<<(OStream &OS, const Vector &V) {
235 template <typename OStream>
236 OStream& operator<<(OStream &OS, const Matrix &M) {
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.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; 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/Object/
H A DSymbolicFile.h47 template <typename OStream>
48 OStream& operator<<(OStream &OS, const DataRefImpl &D) {
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h24 class OStream; variable
99 LLVM_ABI void toJSON(json::OStream &OS) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.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/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp86 ModelDumper(llvm::json::OStream &JOS, const Environment &Env) in ModelDumper()
146 llvm::json::OStream &JOS;
162 llvm::json::OStream JOS{JStringStream, /*Indent=*/2};
/freebsd/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp71 json::OStream J(Out->os(), 1); in exportToFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h56 llvm::json::OStream s(stream.AsRawOstream()); in GetAsJSON()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp321 llvm::json::OStream JOS(OS); in EndOfMainFile()
392 llvm::json::OStream JOS(OS); in EndOfMainFile()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp349 static auto toJSONStrings(llvm::json::OStream &JOS, Container &&Strings) { in toJSONStrings()
361 static auto toJSONSorted(llvm::json::OStream &JOS, std::vector<ModuleID> V) { in toJSONSorted()
372 static auto toJSONSorted(llvm::json::OStream &JOS, in toJSONSorted()
386 static auto toJSONSorted(llvm::json::OStream &JOS, std::vector<std::string> V) { in toJSONSorted()
484 llvm::json::OStream JOS(OS, /*IndentSize=*/2); in printFullOutput()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp664 static void printDatum(json::OStream &J, const char *Key, json::Value Value) { in printDatum()
673 static void printLocationStats(json::OStream &J, const char *Key, in printLocationStats()
739 static void printSectionSizes(json::OStream &J, const SectionSizes &Sizes) { in printSectionSizes()
1020 json::OStream J(OS, 2); in collectStatsForObjectFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h135 json::OStream JOS(OS, Config.Pretty ? 2 : 0); in printJSON()
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp443 json::OStream JOS(OS, PrettyPrint ? 2 : 0); in outputJSONForAllDiffs()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h39 llvm::json::OStream JOS;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp496 json::OStream json_os(ss); in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h775 void Serialize(llvm::json::OStream &s) const override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp358 json::OStream json_str(s.AsRawOstream(), 2); in DumpTraceInfoAsJson()

12