Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h254 Error parseExportSection(ReadContext &Ctx);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp324 return parseExportSection(Ctx); in parseSection()
1176 Error WasmObjectFile::parseExportSection(ReadContext &Ctx) { in parseExportSection() function in WasmObjectFile