Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h264 Error parseLinkingSection(ReadContext &Ctx);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp428 Error WasmObjectFile::parseLinkingSection(ReadContext &Ctx) { in parseLinkingSection() function in WasmObjectFile
991 if (Error Err = parseLinkingSection(Ctx)) in parseCustomSection()