Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h247 Error parseTableSection(ReadContext &Ctx);
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp347 return parseTableSection(Ctx); in parseSection()
1188 Error WasmObjectFile::parseTableSection(ReadContext &Ctx) { in parseTableSection() function in WasmObjectFile