Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h265 Error parseProducersSection(ReadContext &Ctx);
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp856 Error WasmObjectFile::parseProducersSection(ReadContext &Ctx) { in parseProducersSection() function in WasmObjectFile
1077 if (Error Err = parseProducersSection(Ctx)) in parseCustomSection()