Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSymbolTable.cpp314 bool checkSig = true; in addDefinedFunction() local
316 checkSig = ud->isCalledDirectly; in addDefinedFunction()
318 if (checkSig && function && !signatureMatches(existingFunction, &function->signature)) { in addDefinedFunction()