Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h266 Error parseLinkingSectionComdat(ReadContext &Ctx);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp485 if (Error Err = parseLinkingSectionComdat(Ctx)) in parseLinkingSection()
720 Error WasmObjectFile::parseLinkingSectionComdat(ReadContext &Ctx) { in parseLinkingSectionComdat() function in WasmObjectFile