Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h238 Error parseFunctionSection(ReadContext &Ctx);
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp300 return parseFunctionSection(Ctx); in parseSection()
857 Error WasmObjectFile::parseFunctionSection(ReadContext &Ctx) { in parseFunctionSection() function in WasmObjectFile