Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h264 Error parseLinkingSectionComdat(ReadContext &Ctx);
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp568 if (Error Err = parseLinkingSectionComdat(Ctx)) in parseLinkingSection()
792 Error WasmObjectFile::parseLinkingSectionComdat(ReadContext &Ctx) { in parseLinkingSectionComdat() function in WasmObjectFile