Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h248 Error parseMemorySection(ReadContext &Ctx);
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp349 return parseMemorySection(Ctx); in parseSection()
1210 Error WasmObjectFile::parseMemorySection(ReadContext &Ctx) { in parseMemorySection() function in WasmObjectFile