Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h259 Error parseGlobalSection(ReadContext &Ctx);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp410 return parseGlobalSection(Ctx); in parseSection()
1407 Error WasmObjectFile::parseGlobalSection(ReadContext &Ctx) { in parseGlobalSection() function in WasmObjectFile