Home
last modified time | relevance | path

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

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