Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h256 Error parseDataCountSection(ReadContext &Ctx);
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp365 return parseDataCountSection(Ctx); in parseSection()
1552 Error WasmObjectFile::parseDataCountSection(ReadContext &Ctx) { in parseDataCountSection() function in WasmObjectFile