Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp299 for (const section_info &sect_info : m_sect_infos) { in CreateSections() local
302 offset_t file_offset = sect_info.offset & 0xffffffff; in CreateSections()
304 size_t vm_size = sect_info.size; in CreateSections()
306 if (llvm::wasm::WASM_SEC_CODE == sect_info.id) { in CreateSections()
316 section_type = GetSectionTypeFromName(sect_info.name.GetStringRef()); in CreateSections()
319 section_name = sect_info.name; in CreateSections()
336 sect_info.size, // Size of the section as found in the file. in CreateSections()
418 for (const section_info &sect_info : m_sect_infos) { in GetExternalDebugInfoFileSpec() local
419 if (g_sect_name_external_debug_info == sect_info.name) { in GetExternalDebugInfoFileSpec()
422 ReadImageData(sect_info.offset, kBufferSize); in GetExternalDebugInfoFileSpec()