Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h253 Error parseGlobalSection(ReadContext &Ctx);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp322 return parseGlobalSection(Ctx); in parseSection()
1157 Error WasmObjectFile::parseGlobalSection(ReadContext &Ctx) { in parseGlobalSection() function in WasmObjectFile