Add a herper function. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242100 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola
2015-07-14 01:06:16 +00:00
parent dee03ee0f9
commit ec6cc055ce
2 changed files with 8 additions and 8 deletions

View File

@@ -207,6 +207,7 @@ public:
bool hasSymbolTable() const;
child_iterator getSymbolTableChild() const { return SymbolTable; }
StringRef getSymbolTable() const { return SymbolTable->getBuffer(); }
uint32_t getNumberOfSymbols() const;
private: