Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h253 Error parseTypeSection(ReadContext &Ctx);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp398 return parseTypeSection(Ctx); in parseSection()
1184 Error WasmObjectFile::parseTypeSection(ReadContext &Ctx) { in parseTypeSection() function in WasmObjectFile