Use computeSymbolSizes in llvm-symbolize.
[oota-llvm.git] / tools / llvm-symbolizer / LLVMSymbolize.h
index 1c2006fbbe75147e8f2b0d2ff4f9cad7517b4261..be246c3f87128270fa1a7870320a0f6c631eca1a 100644 (file)
@@ -119,7 +119,7 @@ private:
                               uint64_t &Size) const;
   // For big-endian PowerPC64 ELF, OpdAddress is the address of the .opd
   // (function descriptor) section and OpdExtractor refers to its contents.
-  void addSymbol(const SymbolRef &Symbol,
+  void addSymbol(const SymbolRef &Symbol, uint64_t SymbolSize,
                  DataExtractor *OpdExtractor = nullptr,
                  uint64_t OpdAddress = 0);
   ObjectFile *Module;