Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h259 Error parseDataCountSection(ReadContext &Ctx);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp334 return parseDataCountSection(Ctx); in parseSection()
1450 Error WasmObjectFile::parseDataCountSection(ReadContext &Ctx) { in parseDataCountSection() function in WasmObjectFile