Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h268 Error parseProducersSection(ReadContext &Ctx);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp871 Error WasmObjectFile::parseProducersSection(ReadContext &Ctx) { in parseProducersSection() function in WasmObjectFile
1094 if (Error Err = parseProducersSection(Ctx)) in parseCustomSection()