Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h228 Error parseExportSection(ReadContext &Ctx);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp288 return parseExportSection(Ctx); in parseSection()
818 Error WasmObjectFile::parseExportSection(ReadContext &Ctx) { in parseExportSection() function in WasmObjectFile