Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h233 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp294 return parseCustomSection(Sec, Ctx); in parseSection()
764 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection() function in WasmObjectFile