Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
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-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
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;
DReproducerInstrumentation.h613 Serialize(head);
623 template <typename T> void Serialize(T *t) {
629 Serialize(*t);
632 Serialize(idx);
639 template <typename T> void Serialize(T &t) {
648 Serialize(idx);
652 void Serialize(const void *v) {
656 void Serialize(void *v) {
660 void Serialize(const char *t) {
666 Serialize(size);
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
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-12-stable/cddl/usr.sbin/zfsd/
Dcase_file.cc213 casefile->Serialize(); in PurgeAll()
666 Serialize(); in CloseIfSolved()
863 CaseFile::Serialize() in Serialize() function in CaseFile
948 Serialize(); in Close()
1015 Serialize(); in OnGracePeriodEnded()
Dcase_file.h285 void Serialize();
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DStructuredDataImpl.h58 m_data_sp->Serialize(s); in GetAsJSON()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp392 dict_sp->Serialize(s); in SetScriptedProcessDictionary()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
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-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.h90 void Serialize(llvm::json::OStream &s) const override;
DPythonDataObjects.cpp121 void StructuredPythonObject::Serialize(llvm::json::OStream &s) const { in Serialize() function in StructuredPythonObject
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp488 case SystemZ::Serialize: in emitInstruction()
DSystemZScheduleZEC12.td564 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
DSystemZScheduleZ196.td552 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
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()
DSystemZScheduleZ13.td593 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
DSystemZScheduleZ14.td603 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
DSystemZScheduleZ15.td617 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
DSystemZInstrInfo.td1691 def Serialize : Alias<2, (outs), (ins), []>;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DIntrinsicsX86.td4934 // SERIALIZE - Serialize instruction fetch and execution
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DOptions.td3984 HelpText<"Serialize compiler diagnostics to a file">;