Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h267 Error parseLinkingSectionComdat(ReadContext &Ctx);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp583 if (Error Err = parseLinkingSectionComdat(Ctx)) in parseLinkingSection()
815 Error WasmObjectFile::parseLinkingSectionComdat(ReadContext &Ctx) { in parseLinkingSectionComdat() function in WasmObjectFile