Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h258 Error parseTagSection(ReadContext &Ctx);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp408 return parseTagSection(Ctx); in parseSection()
1381 Error WasmObjectFile::parseTagSection(ReadContext &Ctx) { in parseTagSection() function in WasmObjectFile