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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h259 Error parseRelocSection(StringRef Name, ReadContext &Ctx);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp750 Error WasmObjectFile::parseRelocSection(StringRef Name, ReadContext &Ctx) { function in class:WasmObjectFile
861 if (Error Err = parseRelocSection(Sec.Name, Ctx))

Completed in 79 milliseconds