Searched refs:parseRelocSection (Results 1 – 2 of 2) sorted by relevance
267 Error parseRelocSection(StringRef Name, ReadContext &Ctx);
919 Error WasmObjectFile::parseRelocSection(StringRef Name, ReadContext &Ctx) { in parseRelocSection() function in WasmObjectFile1075 if (Error Err = parseRelocSection(Sec.Name, Ctx)) in parseCustomSection()