Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp183 for (const auto &json_section : m_sections) { in CreateSections() local
225 auto section_sp = make_section(json_section); in CreateSections()
226 for (const auto &subsection : json_section.subsections) { in CreateSections()