Home
last modified time | relevance | path

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

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