Home
last modified time | relevance | path

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

12

/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp140 Serialize(stream); in DumpToStdout()
143 void StructuredData::Array::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Array
146 item_sp->Serialize(s); in Serialize()
151 void StructuredData::Float::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Float
155 void StructuredData::Boolean::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Boolean
159 void StructuredData::String::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::String
163 void StructuredData::Dictionary::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Dictionary
177 pair.second->Serialize(s); in Serialize()
183 void StructuredData::Null::Serialize(json::OStream &s) const { in Serialize() function in StructuredData::Null
187 void StructuredData::Generic::Serialize(jso function in StructuredData::Generic
[all...]
/llvm-project/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp
H A DResultAnalyzerMain.cpp
H A DCodeGenMain.cpp
/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h176 virtual void Serialize(llvm::json::OStream &s) const = 0;
180 Serialize(jso);
289 void Serialize(llvm::json::OStream &s) const override;
314 void Serialize(llvm::json::OStream &s) const override { in Serialize() function
339 void Serialize(llvm::json::OStream &s) const override;
358 void Serialize(llvm::json::OStream &s) const override;
376 void Serialize(llvm::json::OStream &s) const override;
537 void Serialize(llvm::json::OStream &s) const override;
553 void Serialize(llvm::json::OStream &s) const override;
569 void Serialize(llvm::json::OStream &s) const override;
/llvm-project/libc/benchmarks/automemcpy/include/automemcpy/
H A DCodeGen.h
/llvm-project/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/clang-tools-extra/clang-doc/
H A DCMakeLists.txt16 Serialize.cpp
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/
H A DBUILD.gn27 "Serialize.cpp",
/llvm-project/libc/benchmarks/automemcpy/unittests/
H A DCodeGenTest.cpp
/llvm-project/llvm/unittests/CodeGenData/
H A DOutlinedHashTreeRecordTest.cpp
/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h57 m_data_sp->Serialize(s); in GetAsJSON()
/llvm-project/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp1310 auto Serialize = in onTypeHierarchy()
1324 Params.resolve, Params.direction, std::move(Serialize)); in onResolveTypeHierarchy()
1330 auto Serialize = in onResolveTypeHierarchy()
1344 std::move(Serialize)); in onPrepareTypeHierarchy()
1385 auto Serialize = [Reply = std::move(Reply)]( in onClangdInlayHints()
1409 std::move(Serialize));
1302 auto Serialize = onTypeHierarchy() local
1322 auto Serialize = onResolveTypeHierarchy() local
1377 auto Serialize = [Reply = std::move(Reply)]( onClangdInlayHints() local
/llvm-project/lldb/source/Target/
H A DStatistics.cpp460 transcript.Serialize(json_os);
/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp208 StructuredData::ObjectSP Serialize() const { in Serialize() function in sddarwinlog_private::FilterRule
600 json_filter_rules_sp->AddItem(rule_sp->Serialize()); in BuildConfigurationData()
/llvm-project/llvm/test/ThinLTO/X86/
H A Dimport_callee_declaration.ll
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h775 void Serialize(llvm::json::OStream &s) const override;
H A DPythonDataObjects.cpp127 void StructuredPythonObject::Serialize(llvm::json::OStream &s) const { in AsModuloUnsignedLongLong()
129 void StructuredPythonObject::Serialize(llvm::json::OStream &s) const { Serialize() function in StructuredPythonObject
/llvm-project/mlir/docs/Dialects/
H A DGPU.md81 gpu-module-to-binary \ # Serialize GPU modules to binaries.
/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp75 // Serialize the resolver: in SerializeToStructuredData()
1129 bp_data_sp->Serialize(json_os); in GetStatistics()
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp614 case SystemZ::Serialize: in emitInstruction()
H A DSystemZISelDAGToDAG.cpp1797 Chain = CurDAG->getMachineNode(SystemZ::Serialize, SDLoc(AtomOp),
H A DSystemZScheduleZ196.td552 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
H A DSystemZScheduleZEC12.td564 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;

12