Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h267 Error parseProducersSection(ReadContext &Ctx);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp776 Error WasmObjectFile::parseProducersSection(ReadContext &Ctx) { in parseProducersSection() function in WasmObjectFile
994 if (Error Err = parseProducersSection(Ctx)) in parseCustomSection()