/freebsd/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() 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 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; 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 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/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | StructuredDataImpl.h | 61 m_data_sp->Serialize(s); in GetAsJSON()
|
/freebsd/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/contrib/llvm-project/lldb/source/Target/ |
H A D | Statistics.cpp | 402 transcript.Serialize(json_os); in ReportStatistics()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 208 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 D | PythonDataObjects.h | 775 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/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | Breakpoint.cpp | 1128 bp_data_sp->Serialize(json_os); in GetStatistics()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 612 case SystemZ::Serialize: in emitInstruction()
|
H A D | SystemZISelDAGToDAG.cpp | 1787 Chain = CurDAG->getMachineNode(SystemZ::Serialize, SDLoc(AtomOp), in Select()
|
H A D | SystemZScheduleZEC12.td | 564 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
|
H A D | SystemZScheduleZ196.td | 552 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
|
H A D | SystemZScheduleZ13.td | 593 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 | 618 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
|
H A D | SystemZScheduleZ16.td | 618 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
|
H A D | SystemZInstrInfo.td | 1744 def Serialize : Alias<2, (outs), (ins), []>;
|
H A D | SystemZISelLowering.cpp | 4535 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 D | IntrinsicsX86.td | 5152 // SERIALIZE - Serialize instruction fetch and execution
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 5966 HelpText<"Serialize compiler diagnostics to a file">;
|