Home
last modified time | relevance | path

Searched refs:Serialize (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp140 Serialize(stream); in DumpToStdout()
143 void StructuredData::Array::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Array
146 item_sp->Serialize(s); in Serialize()
151 void StructuredData::Float::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Float
155 void StructuredData::Boolean::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Boolean
159 void StructuredData::String::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::String
163 void StructuredData::Dictionary::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Dictionary
177 pair.second->Serialize(s); in Serialize() function in StructuredData::Generic
183 void StructuredData::Null::Serialize(json::OStream &s) const { in GetDescription()
187 void StructuredData::Generic::Serialize(jso in GetDescription()
173 void StructuredData::Null::Serialize(json::OStream &s) const { Serialize() function in StructuredData::Null
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h176 virtual void Serialize(llvm::json::OStream &s) const = 0;
180 Serialize(jso);
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(llv in AddItem()
357 void Serialize(llvm::json::OStream &s) const override { Serialize() function
[all...]
/freebsd/cddl/usr.sbin/zfsd/
H A Dcase_file.cc231 casefile->Serialize(); in PurgeAll()
725 Serialize(); in CloseIfSolved()
927 CaseFile::Serialize() in Serialize() function in CaseFile
1012 Serialize(); in Close()
1079 Serialize(); in OnGracePeriodEnded()
H A Dcase_file.h314 void Serialize();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h61 m_data_sp->Serialize(s); in GetAsJSON()
/freebsd/crypto/openssl/include/openssl/
H A Dct.h.in347 * Serialize (to TLS format) a stack of SCTs and return the length.
374 * Serialize (to DER format) a stack of SCTs and return the length.
401 * Serialize (to TLS format) an |sct| and write it to |out|.
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp402 transcript.Serialize(json_os); in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp208 StructuredData::ObjectSP Serialize() const { in Serialize()
599 json_filter_rules_sp->AddItem(rule_sp->Serialize()); in BuildConfigurationData()
207 StructuredData::ObjectSP Serialize() const { Serialize() function in sddarwinlog_private::FilterRule
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h775 void Serialize(llvm::json::OStream &s) const override;
H A DPythonDataObjects.cpp129 void StructuredPythonObject::Serialize(llvm::json::OStream &s) const { in Serialize() function in StructuredPythonObject
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp1128 bp_data_sp->Serialize(json_os); in GetStatistics()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp612 case SystemZ::Serialize: in emitInstruction()
H A DSystemZISelDAGToDAG.cpp1787 Chain = CurDAG->getMachineNode(SystemZ::Serialize, SDLoc(AtomOp), in Select()
H A DSystemZScheduleZEC12.td564 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ196.td552 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ13.td593 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ14.td603 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ15.td618 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ16.td618 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
H A DSystemZInstrInfo.td1744 def Serialize : Alias<2, (outs), (ins), []>;
H A DSystemZISelLowering.cpp4535 return SDValue(DAG.getMachineNode(SystemZ::Serialize, DL, MVT::Other, in lowerATOMIC_FENCE()
6330 Res = SDValue(DAG.getMachineNode(SystemZ::Serialize, DL, in LowerOperationWrapper()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsX86.td5152 // SERIALIZE - Serialize instruction fetch and execution
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5966 HelpText<"Serialize compiler diagnostics to a file">;