Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.h136 } section_info_t; typedef
140 void DumpSectionHeader(llvm::raw_ostream &ostream, const section_info_t &sh);
144 std::vector<section_info_t> m_sect_infos;
DObjectFileWasm.cpp448 const section_info_t &sh) { in DumpSectionHeader()