Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h237 Error parseTypeSection(ReadContext &Ctx);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp296 return parseTypeSection(Ctx); in parseSection()
867 Error WasmObjectFile::parseTypeSection(ReadContext &Ctx) { in parseTypeSection() function in WasmObjectFile