Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp196 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), section_length, in DecodeNextSection()
200 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), in DecodeNextSection()
262 if (m_sect_infos.empty()) { in CreateSections()
266 for (const section_info &sect_info : m_sect_infos) { in CreateSections()
407 for (const section_info &sect_info : m_sect_infos) { in GetExternalDebugInfoFileSpec()
461 for (auto pos = m_sect_infos.begin(); pos != m_sect_infos.end(); in DumpSectionHeaders()
DObjectFileWasm.h144 std::vector<section_info_t> m_sect_infos; variable