Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/wasm/
DSymbolTable.cpp151 const WasmSignature *newSig) { in signatureMatches() argument
157 if (!newSig || !oldSig) in signatureMatches()
160 return *newSig == *oldSig; in signatureMatches()
179 const WasmSignature *newSig) { in checkTagType() argument
187 if (*newSig != *oldSig) in checkTagType()
191 toString(*newSig) + " in " + toString(file)); in checkTagType()