Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h251 Error parseExportSection(ReadContext &Ctx);
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp355 return parseExportSection(Ctx); in parseSection()
1269 Error WasmObjectFile::parseExportSection(ReadContext &Ctx) { in parseExportSection() function in WasmObjectFile