Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h256 Error parseTableSection(ReadContext &Ctx);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp404 return parseTableSection(Ctx); in parseSection()
1342 Error WasmObjectFile::parseTableSection(ReadContext &Ctx) { in parseTableSection() function in WasmObjectFile