Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.cpp260 if (auto *functionSym = dyn_cast<FunctionSymbol>(sym)) { in writeBody() local
262 import.SigIndex = out.typeSec->lookupType(*functionSym->signature); in writeBody()