Home
last modified time | relevance | path

Searched refs:stubFunction (Results 1 – 4 of 4) 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
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...