reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
130 FunctionSymbol *getFunctionSymbol(uint32_t index) const;
180 if (!getFunctionSymbol(reloc.Index)->hasTableIndex()) 182 uint32_t index = getFunctionSymbol(reloc.Index)->getTableIndex(); 198 return getFunctionSymbol(reloc.Index)->getFunctionIndex();tools/lld/wasm/MarkLive.cpp
71 auto* initSym = obj->getFunctionSymbol(f.Symbol); 94 enqueue(obj->getFunctionSymbol(f.Symbol));tools/lld/wasm/Writer.cpp
939 FunctionSymbol *sym = file->getFunctionSymbol(f.Symbol);