Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h270 Error parseRelocSection(StringRef Name, ReadContext &Ctx);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp942 Error WasmObjectFile::parseRelocSection(StringRef Name, ReadContext &Ctx) { in parseRelocSection() function in WasmObjectFile
1100 if (Error Err = parseRelocSection(Sec.Name, Ctx)) in parseCustomSection()