summaryrefslogtreecommitdiff
path: root/COFF/SymbolTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'COFF/SymbolTable.h')
-rw-r--r--COFF/SymbolTable.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/COFF/SymbolTable.h b/COFF/SymbolTable.h
index 764dd5318775..bf8d6618d964 100644
--- a/COFF/SymbolTable.h
+++ b/COFF/SymbolTable.h
@@ -108,14 +108,9 @@ public:
std::vector<Chunk *> LocalImportChunks;
private:
- void readArchive();
- void readObjects();
-
std::pair<Symbol *, bool> insert(StringRef Name);
StringRef findByPrefix(StringRef Prefix);
- void addCombinedLTOObject(ObjectFile *Obj);
-
llvm::DenseMap<llvm::CachedHashStringRef, Symbol *> Symtab;
std::vector<BitcodeFile *> BitcodeFiles;