Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h246 Error parseFunctionSection(ReadContext &Ctx);
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp345 return parseFunctionSection(Ctx); in parseSection()
1169 Error WasmObjectFile::parseFunctionSection(ReadContext &Ctx) { in parseFunctionSection() function in WasmObjectFile