Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h222 Error parseTypeSection(ReadContext &Ctx);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp276 return parseTypeSection(Ctx); in parseSection()
682 Error WasmObjectFile::parseTypeSection(ReadContext &Ctx) { in parseTypeSection() function in WasmObjectFile