| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 140 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-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 176 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-14.2/cddl/usr.sbin/zfsd/ |
| H A D | case_file.cc | 231 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 D | case_file.h | 314 void Serialize();
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 61 m_data_sp->Serialize(s); in GetAsJSON()
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | ct.h.in | 347 * 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-14.2/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 208 StructuredData::ObjectSP Serialize() const { in Serialize() function in sddarwinlog_private::FilterRule 599 json_filter_rules_sp->AddItem(rule_sp->Serialize()); in BuildConfigurationData()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.h | 773 void Serialize(llvm::json::OStream &s) const override;
|
| H A D | PythonDataObjects.cpp | 129 void StructuredPythonObject::Serialize(llvm::json::OStream &s) const { in Serialize() function in StructuredPythonObject
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 1132 bp_data_sp->Serialize(json_os); in GetStatistics()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 611 case SystemZ::Serialize: in emitInstruction()
|
| H A D | SystemZScheduleZ196.td | 552 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
|
| H A D | SystemZScheduleZEC12.td | 564 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
|
| H A D | SystemZISelLowering.cpp | 4510 return SDValue(DAG.getMachineNode(SystemZ::Serialize, DL, MVT::Other, in lowerATOMIC_FENCE() 4550 Chain = SDValue(DAG.getMachineNode(SystemZ::Serialize, SDLoc(Op), in lowerATOMIC_STORE() 6250 Res = SDValue(DAG.getMachineNode(SystemZ::Serialize, DL, in LowerOperationWrapper()
|
| H A D | SystemZScheduleZ13.td | 593 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
|
| H A D | SystemZScheduleZ16.td | 617 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
|
| H A D | SystemZScheduleZ14.td | 603 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
|
| H A D | SystemZScheduleZ15.td | 617 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
|
| H A D | SystemZInstrInfo.td | 1733 def Serialize : Alias<2, (outs), (ins), []>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsX86.td | 5315 // SERIALIZE - Serialize instruction fetch and execution
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 5664 HelpText<"Serialize compiler diagnostics to a file">;
|