forked from OSchip/llvm-project
parent
b32f389c91
commit
fd901ccdda
|
@ -166,8 +166,6 @@ public:
|
|||
ObjFile(MemoryBufferRef M, StringRef ArchiveName);
|
||||
void parse(llvm::DenseSet<llvm::CachedHashStringRef> &ComdatGroups);
|
||||
|
||||
InputSectionBase *getSection(uint32_t Index) const;
|
||||
|
||||
Symbol &getSymbol(uint32_t SymbolIndex) const {
|
||||
if (SymbolIndex >= this->Symbols.size())
|
||||
fatal(toString(this) + ": invalid symbol index");
|
||||
|
@ -196,6 +194,7 @@ public:
|
|||
StringRef SourceFile;
|
||||
|
||||
private:
|
||||
InputSectionBase *getSection(uint32_t Index) const;
|
||||
void
|
||||
initializeSections(llvm::DenseSet<llvm::CachedHashStringRef> &ComdatGroups);
|
||||
void initializeSymbols();
|
||||
|
|
Loading…
Reference in New Issue