Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h244 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp308 return parseCustomSection(Sec, Ctx); in parseSection()
982 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection() function in WasmObjectFile