reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Object/WasmObjectFile.cpp
  437         Init.Symbol = readVaruint32(Ctx);
  438         if (!isValidFunctionSymbol(Init.Symbol))
  440                                                     Twine(Init.Symbol),
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);
tools/llvm-readobj/WasmDumper.cpp
  181             W.startLine() << F.Symbol << " (priority=" << F.Priority << ")\n";
tools/obj2yaml/wasm2yaml.cpp
  130       WasmYAML::InitFunction F{Func.Priority, Func.Symbol};