Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DRelocations.cpp60 if (!f->stubFunction) { in reportUndefined()
61 f->stubFunction = symtab->createUndefinedStub(*f->getSignature()); in reportUndefined()
62 f->stubFunction->markLive(); in reportUndefined()
H A DSymbols.cpp130 if (f->stubFunction) in getChunk()
131 return f->stubFunction->function; in getChunk()
246 if (u->stubFunction) in getFunctionIndex()
247 return u->stubFunction->getFunctionIndex(); in getFunctionIndex()
H A DSymbols.h245 DefinedFunction *stubFunction = nullptr; variable