Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h225 Error parseTableSection(ReadContext &Ctx);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp282 return parseTableSection(Ctx); in parseSection()
771 Error WasmObjectFile::parseTableSection(ReadContext &Ctx) { in parseTableSection() function in WasmObjectFile