Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h267 Error parseRelocSection(StringRef Name, ReadContext &Ctx);
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp927 Error WasmObjectFile::parseRelocSection(StringRef Name, ReadContext &Ctx) { in parseRelocSection() function in WasmObjectFile
1083 if (Error Err = parseRelocSection(Sec.Name, Ctx)) in parseCustomSection()