Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h263 Error parseCodeSection(ReadContext &Ctx);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp418 return parseCodeSection(Ctx); in parseSection()
1593 Error WasmObjectFile::parseCodeSection(ReadContext &Ctx) { in parseCodeSection() function in WasmObjectFile