Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DWasm.h259 Error parseDataCountSection(ReadContext &Ctx);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp334 return parseDataCountSection(Ctx); in parseSection()
1451 Error WasmObjectFile::parseDataCountSection(ReadContext &Ctx) { in parseDataCountSection() function in WasmObjectFile