Home
last modified time | relevance | path

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

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