Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h264 Error parseNameSection(ReadContext &Ctx);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp465 Error WasmObjectFile::parseNameSection(ReadContext &Ctx) { in parseNameSection() function in WasmObjectFile
1088 if (Error Err = parseNameSection(Ctx)) in parseCustomSection()