Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp22 void GDBRemoteCommunicationHistory::Entry::Serialize(raw_ostream &strm) const { in Serialize() function in GDBRemoteCommunicationHistory::Entry
50 m_packets[idx].Serialize(*m_stream); in AddPacket()
67 m_packets[idx].Serialize(*m_stream); in AddPacket()
H A DGDBRemoteCommunicationHistory.h50 void Serialize(llvm::raw_ostream &strm) const;
/freebsd-12.1/cddl/usr.sbin/zfsd/
H A Dcase_file.cc213 casefile->Serialize(); in PurgeAll()
658 Serialize(); in CloseIfSolved()
855 CaseFile::Serialize() in Serialize() function in CaseFile
940 Serialize(); in Close()
1007 Serialize(); in OnGracePeriodEnded()
H A Dcase_file.h285 void Serialize();
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCSerialization.h379 static void registerErrorType(std::string Name, SerializeFtor Serialize, in registerErrorType() argument
403 [KeyName, Serialize](ChannelT &C, const ErrorInfoBase &EIB) -> Error { in registerErrorType()
408 return Serialize(C, static_cast<const ErrorInfoT &>(EIB)); in registerErrorType()
484 void registerErrorSerialization(std::string Name, SerializeFtor &&Serialize, in registerErrorSerialization() argument
488 std::forward<SerializeFtor>(Serialize), in registerErrorSerialization()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp234 StructuredData::ObjectSP Serialize() const { in Serialize() function in sddarwinlog_private::FilterRule
633 json_filter_rules_sp->AddItem(rule_sp->Serialize()); in BuildConfigurationData()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp419 case SystemZ::Serialize: in EmitInstruction()
H A DSystemZISelLowering.cpp3398 return SDValue(DAG.getMachineNode(SystemZ::Serialize, DL, MVT::Other, in lowerATOMIC_FENCE()
3426 Chain = SDValue(DAG.getMachineNode(SystemZ::Serialize, SDLoc(Op), in lowerATOMIC_STORE()
4949 Res = SDValue(DAG.getMachineNode(SystemZ::Serialize, DL, in LowerOperationWrapper()
H A DSystemZScheduleZEC12.td565 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ196.td553 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ13.td594 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ14.td604 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
H A DSystemZInstrInfo.td1591 def Serialize : Alias<2, (outs), (ins), []>;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptions.td2726 HelpText<"Serialize compiler diagnostics to a file">;