Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h237 Error parseImportSection(ReadContext &Ctx);
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp298 return parseImportSection(Ctx); in parseSection()
813 Error WasmObjectFile::parseImportSection(ReadContext &Ctx) { in parseImportSection() function in WasmObjectFile