Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h265 Error parseDataCountSection(ReadContext &Ctx);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp422 return parseDataCountSection(Ctx); in parseSection()
1770 Error WasmObjectFile::parseDataCountSection(ReadContext &Ctx) { in parseDataCountSection() function in WasmObjectFile