Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DRelocations.cpp60 if (!f->stubFunction) { in reportUndefined()
63 f->stubFunction = symtab->createUndefinedStub(*f->getSignature()); in reportUndefined()
64 f->stubFunction->markLive(); in reportUndefined()
DSymbols.cpp113 if (f->stubFunction) in getChunk()
114 return f->stubFunction->function; in getChunk()
214 if (u->stubFunction) { in getFunctionIndex()
215 return u->stubFunction->getFunctionIndex(); in getFunctionIndex()
DSymbols.h228 DefinedFunction *stubFunction = nullptr; variable