Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Object/ !
H A DWasm.h255 Error parseFunctionSection(ReadContext &Ctx);
/src/contrib/llvm-project/llvm/lib/Object/ !
H A DWasmObjectFile.cpp402 return parseFunctionSection(Ctx); in parseSection()
1323 Error WasmObjectFile::parseFunctionSection(ReadContext &Ctx) { in parseFunctionSection() function in WasmObjectFile