Searched refs:SymbolEntry (Results 1 – 6 of 6) sorted by relevance
110 struct SymbolEntry { struct140 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument143 std::vector<std::unique_ptr<SymbolEntry>>::const_iterator>;148 const SymbolEntry *getSymbolByIndex(uint32_t Index) const;149 SymbolEntry *getSymbolByIndex(uint32_t Index);151 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove);160 Optional<SymbolEntry *> Symbol;162 IndirectSymbolEntry(uint32_t OriginalIndex, Optional<SymbolEntry *> Symbol) in IndirectSymbolEntry()178 Optional<const SymbolEntry *> Symbol;
17 const SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) const { in getSymbolByIndex()22 SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) { in getSymbolByIndex()23 return const_cast<SymbolEntry *>( in getSymbolByIndex()28 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols()83 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections()88 SmallPtrSet<const SymbolEntry *, 2> DeadSymbols; in removeSections()89 for (const std::unique_ptr<SymbolEntry> &Sym : SymTable.Symbols) in removeSections()105 for (std::unique_ptr<SymbolEntry> &S : SymTable.Symbols) in removeSections()
191 SymbolEntry constructSymbolEntry(StringRef StrTable, const nlist_t &nlist) { in constructSymbolEntry()194 SymbolEntry SE; in constructSymbolEntry()206 SymbolEntry SE = in readSymbolTable()213 O.SymTable.Symbols.push_back(std::make_unique<SymbolEntry>(SE)); in readSymbolTable()
56 for (std::unique_ptr<SymbolEntry> &Sym : O.SymTable.Symbols) in constructStringTable()73 [](const std::unique_ptr<SymbolEntry> &A, in updateDySymTab()74 const std::unique_ptr<SymbolEntry> &B) { in updateDySymTab()
91 for (SymbolEntry &Sym : Obj.SymTable) { in updateAndRemoveSymbols()97 auto RemovePred = [Config, &Obj](const std::unique_ptr<SymbolEntry> &N) { in updateAndRemoveSymbols()
282 void writeNListEntry(const SymbolEntry &SE, bool IsLittleEndian, char *&Out, in writeNListEntry()318 SymbolEntry *Sym = Iter->get(); in writeSymbolTable()