Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h246 Error parseFunctionSection(ReadContext &Ctx);
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp345 return parseFunctionSection(Ctx); in parseSection()
1177 Error WasmObjectFile::parseFunctionSection(ReadContext &Ctx) { in parseFunctionSection() function in WasmObjectFile