Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStructuredData.cpp139 Serialize(stream); in DumpToStdout()
142 void StructuredData::Array::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Array
145 item_sp->Serialize(s); in Serialize()
150 void StructuredData::Integer::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Integer
154 void StructuredData::Float::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Float
158 void StructuredData::Boolean::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Boolean
162 void StructuredData::String::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::String
166 void StructuredData::Dictionary::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Dictionary
170 pair.second->Serialize(s); in Serialize()
176 void StructuredData::Null::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Null
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h154 virtual void Serialize(llvm::json::OStream &s) const = 0;
158 Serialize(jso);
284 void Serialize(llvm::json::OStream &s) const override;
304 void Serialize(llvm::json::OStream &s) const override;
323 void Serialize(llvm::json::OStream &s) const override;
342 void Serialize(llvm::json::OStream &s) const override;
360 void Serialize(llvm::json::OStream &s) const override;
541 void Serialize(llvm::json::OStream &s) const override;
558 void Serialize(llvm::json::OStream &s) const override;
574 void Serialize(llvm::json::OStream &s) const override;
/openbsd-src/gnu/usr.bin/perl/t/mro/
H A Ddbic_dfs.t20 xx::DBIx::Class::Serialize::Storable
88 package xx::DBIx::Class::Serialize::Storable; our @ISA = (); use mro 'dfs';
97 xx::DBIx::Class::Serialize::Storable
H A Ddbic_c3.t20 xx::DBIx::Class::Serialize::Storable
88 package xx::DBIx::Class::Serialize::Storable; our @ISA = (); use mro 'c3';
97 xx::DBIx::Class::Serialize::Storable
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCData.h22 CFDataRef Serialize(CFPropertyListRef plist, CFPropertyListFormat format);
H A DCFCData.cpp43 CFDataRef CFCData::Serialize(CFPropertyListRef plist, in Serialize() function in CFCData
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/
H A DBUILD.gn27 "Serialize.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DStructuredDataImpl.h61 m_data_sp->Serialize(s); in GetAsJSON()
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp207 StructuredData::ObjectSP Serialize() const { in Serialize() function in sddarwinlog_private::FilterRule
597 json_filter_rules_sp->AddItem(rule_sp->Serialize()); in BuildConfigurationData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h757 void Serialize(llvm::json::OStream &s) const override;
H A DPythonDataObjects.cpp125 void StructuredPythonObject::Serialize(llvm::json::OStream &s) const { in Serialize() function in StructuredPythonObject
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpoint.cpp1147 bp_data_sp->Serialize(json_os); in GetStatistics()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp524 case SystemZ::Serialize: in emitInstruction()
H A DSystemZScheduleZEC12.td564 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ196.td552 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
H A DSystemZISelLowering.cpp4145 return SDValue(DAG.getMachineNode(SystemZ::Serialize, DL, MVT::Other, in lowerATOMIC_FENCE()
4173 Chain = SDValue(DAG.getMachineNode(SystemZ::Serialize, SDLoc(Op), in lowerATOMIC_STORE()
5849 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 DSystemZScheduleZ16.td617 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
H A DSystemZInstrInfo.td1717 def Serialize : Alias<2, (outs), (ins), []>;
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsX86.td5240 // SERIALIZE - Serialize instruction fetch and execution
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt757 clang-tools-extra/clang-doc/Serialize.cpp
758 clang-tools-extra/clang-doc/Serialize.h
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td4485 HelpText<"Serialize compiler diagnostics to a file">;
/openbsd-src/gnu/gcc/libcpp/po/
H A Drw.po11781 #~ msgid "Serialize volatile memory references with MEMW instructions"

12