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()
130 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()
245 DefinedFunction *stubFunction = nullptr; variable