Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h265 Error parseProducersSection(ReadContext &Ctx);
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp848 Error WasmObjectFile::parseProducersSection(ReadContext &Ctx) { in parseProducersSection() function in WasmObjectFile
1069 if (Error Err = parseProducersSection(Ctx)) in parseCustomSection()