Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h254 Error parseImportSection(ReadContext &Ctx);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp400 return parseImportSection(Ctx); in parseSection()
1262 Error WasmObjectFile::parseImportSection(ReadContext &Ctx) { in parseImportSection() function in WasmObjectFile