Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h249 Error parseFunctionSection(ReadContext &Ctx);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp360 return parseFunctionSection(Ctx); in parseSection()
1194 Error WasmObjectFile::parseFunctionSection(ReadContext &Ctx) { in parseFunctionSection() function in WasmObjectFile