Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h254 Error parseCodeSection(ReadContext &Ctx);
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp361 return parseCodeSection(Ctx); in parseSection()
1403 Error WasmObjectFile::parseCodeSection(ReadContext &Ctx) { in parseCodeSection() function in WasmObjectFile