Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h246 Error parseCodeSection(ReadContext &Ctx);
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp316 return parseCodeSection(Ctx); in parseSection()
1045 Error WasmObjectFile::parseCodeSection(ReadContext &Ctx) { in parseCodeSection() function in WasmObjectFile