Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h241 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp339 return parseCustomSection(Sec, Ctx); in parseSection()
1055 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection() function in WasmObjectFile