Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h251 Error parseMemorySection(ReadContext &Ctx);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp318 return parseMemorySection(Ctx); in parseSection()
1124 Error WasmObjectFile::parseMemorySection(ReadContext &Ctx) { in parseMemorySection() function in WasmObjectFile