Home
last modified time | relevance | path

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

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