Home
last modified time | relevance | path

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

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