Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h252 Error parseStartSection(ReadContext &Ctx);
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp357 return parseStartSection(Ctx); in parseSection()
1387 Error WasmObjectFile::parseStartSection(ReadContext &Ctx) { in parseStartSection() function in WasmObjectFile