Home
last modified time | relevance | path

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

/freebsd-src/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()
183 void StructuredData::Null::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Null
187 void StructuredData::Generic::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Generic
/freebsd-src/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;
314 void Serialize(llvm::json::OStream &s) const override { in Serialize() function
339 void Serialize(llvm::json::OStream &s) const override;
358 void Serialize(llvm::json::OStream &s) const override;
376 void Serialize(llvm::json::OStream &s) const override;
537 void Serialize(llvm::json::OStream &s) const override;
553 void Serialize(llvm::json::OStream &s) const override;
569 void Serialize(llvm::json::OStream &s) const override;
/freebsd-src/cddl/usr.sbin/zfsd/
H A Dcase_file.cc225 * Serialize casefiles before deleting them so that they can be reread in PurgeAll()
231 casefile->Serialize(); in PurgeAll()
725 Serialize(); in CloseIfSolved()
927 CaseFile::Serialize() in Serialize() function in CaseFile
944 syslog(LOG_ERR, "CaseFile::Serialize: Unable to open %s.\n", in Serialize()
1012 Serialize(); in Close()
1079 Serialize(); in OnGracePeriodEnded()
H A Dcase_file.h314 void Serialize();
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h61 m_data_sp->Serialize(s); in GetAsJSON()
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp208 StructuredData::ObjectSP Serialize() const { in Serialize() function in sddarwinlog_private::FilterRule
599 json_filter_rules_sp->AddItem(rule_sp->Serialize()); in BuildConfigurationData()
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp75 // Serialize the resolver:
1128 bp_data_sp->Serialize(json_os); in GetStatistics()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp612 case SystemZ::Serialize: in emitInstruction()
H A DSystemZScheduleZEC12.td564 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ196.td552 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
H A DSystemZISelLowering.cpp4535 return SDValue(DAG.getMachineNode(SystemZ::Serialize, DL, MVT::Other, in lowerATOMIC_STORE()
6330 Res = SDValue(DAG.getMachineNode(SystemZ::Serialize, DL, in getTargetNodeName()
H A DSystemZScheduleZ13.td593 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ16.td618 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ15.td618 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ14.td603 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
H A DSystemZInstrInfo.td1744 def Serialize : Alias<2, (outs), (ins), []>;
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsX86.td5152 // SERIALIZE - Serialize instruction fetch and execution
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5966 HelpText<"Serialize compiler diagnostics to a file">;