Home
last modified time | relevance | path

Searched refs:JSONSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h99 std::vector<JSONSection> sections;
109 std::vector<JSONSection> m_sections;
115 std::vector<JSONSection> sections);
H A DObjectFileJSON.cpp153 std::vector<JSONSection> sections) in ObjectFileJSON()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h103 struct JSONSection { struct
302 lldb_private::JSONSection &section, llvm::json::Path path);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp685 lldb_private::JSONSection &section, llvm::json::Path path) { in fromJSON()