Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h250 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);
/src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp396 return parseCustomSection(Sec, Ctx); in parseSection()
1158 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection() function in WasmObjectFile