Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp306 static void Serialize(raw_ostream &Stream, in Serialize() function
418 static void Serialize(raw_ostream &Stream, in Serialize() function
527 static void Serialize(raw_ostream &Stream, FunctionType FT, in Serialize() function
539 static void Serialize(raw_ostream &Stream, in Serialize() function
556 codegen::functions::Serialize(Stream, Descriptors); in Serialize()
563 codegen::descriptors::Serialize(Stream, Descriptors); in Serialize()
577 codegen::configurations::Serialize(Stream, FunctionType::MEMCPY, Descriptors); in Serialize()
587 codegen::configurations::Serialize(Stream, FunctionType::BCMP, Descriptors); in Serialize()
602 codegen::configurations::Serialize(Stream, FunctionType::BZERO, Descriptors); in Serialize()
635 void Serialize(raw_ostream &Stream, ArrayRef<FunctionDescriptor> Descriptors) { in Serialize() function
[all …]
H A DResultAnalyzerMain.cpp112 static void Serialize(raw_ostream &Stream, const GradeHistogram &GH) { in Serialize() function
162 Serialize(outs(), Function.GradeHisto); in Main()
H A DCodeGenMain.cpp26 llvm::automemcpy::Serialize(llvm::outs(), in main()
/llvm-project-15.0.7/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;
525 void Serialize(llvm::json::OStream &s) const override;
540 void Serialize(llvm::json::OStream &s) const override;
554 void Serialize(llvm::json::OStream &s) const override;
/llvm-project-15.0.7/libc/benchmarks/automemcpy/include/automemcpy/
H A DCodeGen.h21 void Serialize(raw_ostream &Stream, ArrayRef<FunctionDescriptor> FD);
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DCMakeLists.txt16 Serialize.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/
H A DBUILD.gn27 "Serialize.cpp",
/llvm-project-15.0.7/libc/benchmarks/automemcpy/unittests/
H A DCodeGenTest.cpp49 Serialize(OutputStream, kDescriptors); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DStructuredDataImpl.h61 m_data_sp->Serialize(s); in GetAsJSON()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp1226 auto Serialize = in onTypeHierarchy() local
1240 Params.resolve, Params.direction, std::move(Serialize)); in onTypeHierarchy()
1246 auto Serialize = in onResolveTypeHierarchy() local
1260 std::move(Serialize)); in onResolveTypeHierarchy()
1301 auto Serialize = [Reply = std::move(Reply)]( in onClangdInlayHints() local
1325 std::move(Serialize)); in onClangdInlayHints()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h745 void Serialize(llvm::json::OStream &s) const override;
H A DPythonDataObjects.cpp126 void StructuredPythonObject::Serialize(llvm::json::OStream &s) const { in Serialize() function in StructuredPythonObject
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpoint.cpp1142 bp_data_sp->Serialize(json_os); in GetStatistics()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp524 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.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()
5847 Res = SDValue(DAG.getMachineNode(SystemZ::Serialize, DL, in LowerOperationWrapper()
H A DSystemZScheduleZ13.td593 def : InstRW<[WLat1, FXb, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZ16.td617 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$")>;

12