Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h273 Error parseLinkingSectionComdat(ReadContext &Ctx);
/src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp669 if (Error Err = parseLinkingSectionComdat(Ctx)) in parseLinkingSection()
897 Error WasmObjectFile::parseLinkingSectionComdat(ReadContext &Ctx) { in parseLinkingSectionComdat() function in WasmObjectFile