reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
207 return f->function->outputOffset + f->function->getFunctionCodeOffset() + 207 return f->function->outputOffset + f->function->getFunctionCodeOffset() +tools/lld/wasm/Symbols.cpp
105 return f->function; 201 return f->function->getFunctionIndex(); 214 return f->function->hasFunctionIndex(); 220 return f->function->getTableIndex(); 227 return f->function->hasTableIndex(); 236 f->function->setTableIndex(index);tools/lld/wasm/Writer.cpp
712 cast<SyntheticFunction>(func->function)->setBody(body);