Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h250 Error parseGlobalSection(ReadContext &Ctx);
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp353 return parseGlobalSection(Ctx); in parseSection()
1250 Error WasmObjectFile::parseGlobalSection(ReadContext &Ctx) { in parseGlobalSection() function in WasmObjectFile