Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp133 if (f->stubFunction) in getChunk()
134 return f->stubFunction->function; in getChunk()
253 if (u->stubFunction) in getFunctionIndex()
254 return u->stubFunction->getFunctionIndex(); in getFunctionIndex()
H A DSymbols.h252 DefinedFunction *stubFunction = nullptr; variable