| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 131 Serialize(stream); in DumpToStdout() 134 void StructuredData::Array::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Array 137 item_sp->Serialize(s); in Serialize() 142 void StructuredData::Integer::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Integer 146 void StructuredData::Float::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Float 150 void StructuredData::Boolean::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Boolean 154 void StructuredData::String::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::String 158 void StructuredData::Dictionary::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Dictionary 162 pair.second->Serialize(s); in Serialize() 168 void StructuredData::Null::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Null [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 154 virtual void Serialize(llvm::json::OStream &s) const = 0; 158 Serialize(jso); 278 void Serialize(llvm::json::OStream &s) const override; 296 void Serialize(llvm::json::OStream &s) const override; 313 void Serialize(llvm::json::OStream &s) const override; 330 void Serialize(llvm::json::OStream &s) const override; 346 void Serialize(llvm::json::OStream &s) const override; 515 void Serialize(llvm::json::OStream &s) const override; 530 void Serialize(llvm::json::OStream &s) const override; 544 void Serialize(llvm::json::OStream &s) const override;
|
| H A D | ReproducerInstrumentation.h | 613 Serialize(head); 629 Serialize(*t); 632 Serialize(idx); 648 Serialize(idx); 652 void Serialize(const void *v) { 656 void Serialize(void *v) { 660 void Serialize(const char *t) { 666 Serialize(size); 676 Serialize(size); 684 Serialize(size); [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | Serialization.h | 327 static void registerErrorType(std::string Name, SerializeFtor Serialize, in registerErrorType() argument 349 [KeyName, Serialize = std::move(Serialize)]( in registerErrorType() 355 return Serialize(C, static_cast<const ErrorInfoT &>(EIB)); in registerErrorType() 429 void registerErrorSerialization(std::string Name, SerializeFtor &&Serialize, in registerErrorSerialization() argument 432 std::move(Name), std::forward<SerializeFtor>(Serialize), in registerErrorSerialization()
|
| /freebsd-13.1/cddl/usr.sbin/zfsd/ |
| H A D | case_file.cc | 214 casefile->Serialize(); in PurgeAll() 659 Serialize(); in CloseIfSolved() 856 CaseFile::Serialize() in Serialize() function in CaseFile 941 Serialize(); in Close() 1008 Serialize(); in OnGracePeriodEnded()
|
| H A D | case_file.h | 285 void Serialize();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 58 m_data_sp->Serialize(s); in GetAsJSON()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 392 dict_sp->Serialize(s); in SetScriptedProcessDictionary()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 211 StructuredData::ObjectSP Serialize() const { in Serialize() function in sddarwinlog_private::FilterRule 601 json_filter_rules_sp->AddItem(rule_sp->Serialize()); in BuildConfigurationData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.h | 90 void Serialize(llvm::json::OStream &s) const override;
|
| H A D | PythonDataObjects.cpp | 121 void StructuredPythonObject::Serialize(llvm::json::OStream &s) const { in Serialize() function in StructuredPythonObject
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 488 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 | 3908 return SDValue(DAG.getMachineNode(SystemZ::Serialize, DL, MVT::Other, in lowerATOMIC_FENCE() 3936 Chain = SDValue(DAG.getMachineNode(SystemZ::Serialize, SDLoc(Op), in lowerATOMIC_STORE() 5570 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 | SystemZScheduleZ15.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 | SystemZInstrInfo.td | 1691 def Serialize : Alias<2, (outs), (ins), []>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsX86.td | 4934 // SERIALIZE - Serialize instruction fetch and execution
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 3984 HelpText<"Serialize compiler diagnostics to a file">;
|