Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h124 bool DecodeNextSection(lldb::offset_t *offset_ptr);
H A DObjectFileWasm.cpp159 bool ObjectFileWasm::DecodeNextSection(lldb::offset_t *offset_ptr) { in DecodeNextSection() function in ObjectFileWasm
214 while (DecodeNextSection(&offset)) in DecodeSections()