Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp131 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 DStructuredData.h154 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 DReproducerInstrumentation.h613 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 DSerialization.h327 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 Dcase_file.cc214 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 Dcase_file.h285 void Serialize();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h58 m_data_sp->Serialize(s); in GetAsJSON()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp392 dict_sp->Serialize(s); in SetScriptedProcessDictionary()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp211 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 DPythonDataObjects.h90 void Serialize(llvm::json::OStream &s) const override;
H A DPythonDataObjects.cpp121 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 DSystemZAsmPrinter.cpp488 case SystemZ::Serialize: in emitInstruction()
H A DSystemZScheduleZ196.td552 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZEC12.td564 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
H A DSystemZISelLowering.cpp3908 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 DSystemZScheduleZ13.td593 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ15.td617 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ14.td603 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
H A DSystemZInstrInfo.td1691 def Serialize : Alias<2, (outs), (ins), []>;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsX86.td4934 // SERIALIZE - Serialize instruction fetch and execution
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3984 HelpText<"Serialize compiler diagnostics to a file">;