Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h219 Error parseCustomSection(WasmSection &Sec, ReadContext &Ctx);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp274 return parseCustomSection(Sec, Ctx); in parseSection()
668 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection() function in WasmObjectFile