[llvm-symbolizer] Use the export table if no symbols are present
[oota-llvm.git] / tools / llvm-symbolizer / LLVMSymbolize.h
index 00a3860eacb955b82f819034b4b115eb933d1db8..17df56e695abc42156318aec6d2f8c732e933508 100644 (file)
@@ -130,6 +130,7 @@ private:
   void addSymbol(const SymbolRef &Symbol, uint64_t SymbolSize,
                  DataExtractor *OpdExtractor = nullptr,
                  uint64_t OpdAddress = 0);
+  void addCoffExportSymbols(const COFFObjectFile *CoffObj);
   ObjectFile *Module;
   std::unique_ptr<DIContext> DebugInfoContext;