Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h236 Error parseTypeSection(ReadContext &Ctx);
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp296 return parseTypeSection(Ctx); in parseSection()
781 Error WasmObjectFile::parseTypeSection(ReadContext &Ctx) { in parseTypeSection() function in WasmObjectFile