Searched refs:stubFunction (Results 1 – 3 of 3) sorted by relevance
60 if (!f->stubFunction) { in reportUndefined()61 f->stubFunction = symtab->createUndefinedStub(*f->getSignature()); in reportUndefined()62 f->stubFunction->markLive(); in reportUndefined()
133 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()
252 DefinedFunction *stubFunction = nullptr; variable