/llvm-project/lldb/source/Utility/ |
H A D | StructuredData.cpp | 140 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 D | CodeGen.cpp |
|
H A D | ResultAnalyzerMain.cpp |
|
H A D | CodeGenMain.cpp |
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 176 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 D | CodeGen.h |
|
/llvm-project/lldb/source/Host/macosx/cfcpp/ |
H A D | CFCData.h | 22 CFDataRef Serialize(CFPropertyListRef plist, CFPropertyListFormat format);
|
H A D | CFCData.cpp | 43 CFDataRef CFCData::Serialize(CFPropertyListRef plist, in Serialize() function in CFCData
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | CMakeLists.txt | 16 Serialize.cpp
|
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/ |
H A D | BUILD.gn | 27 "Serialize.cpp",
|
/llvm-project/libc/benchmarks/automemcpy/unittests/ |
H A D | CodeGenTest.cpp |
|
/llvm-project/llvm/unittests/CodeGenData/ |
H A D | OutlinedHashTreeRecordTest.cpp |
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | StructuredDataImpl.h | 57 m_data_sp->Serialize(s); in GetAsJSON()
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ClangdLSPServer.cpp | 1310 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 D | Statistics.cpp | 460 transcript.Serialize(json_os);
|
/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 208 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 D | import_callee_declaration.ll |
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.h | 775 void Serialize(llvm::json::OStream &s) const override;
|
H A D | PythonDataObjects.cpp | 127 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 D | GPU.md | 81 gpu-module-to-binary \ # Serialize GPU modules to binaries.
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | Breakpoint.cpp | 75 // Serialize the resolver: in SerializeToStructuredData() 1129 bp_data_sp->Serialize(json_os); in GetStatistics()
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 614 case SystemZ::Serialize: in emitInstruction()
|
H A D | SystemZISelDAGToDAG.cpp | 1797 Chain = CurDAG->getMachineNode(SystemZ::Serialize, SDLoc(AtomOp),
|
H A D | SystemZScheduleZ196.td | 552 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
|
H A D | SystemZScheduleZEC12.td | 564 def : InstRW<[WLat1, LSU, EndGroup], (instregex "Serialize$")>;
|