Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h274 Error parseProducersSection(ReadContext &Ctx);
/src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp953 Error WasmObjectFile::parseProducersSection(ReadContext &Ctx) { in parseProducersSection() function in WasmObjectFile
1172 if (Error Err = parseProducersSection(Ctx)) in parseCustomSection()