Lines Matching defs:SymbolEntry
104 struct SymbolEntry {
135 std::vector<std::unique_ptr<SymbolEntry>> Symbols;
138 std::vector<std::unique_ptr<SymbolEntry>>::const_iterator>;
143 const SymbolEntry *getSymbolByIndex(uint32_t Index) const;
144 SymbolEntry *getSymbolByIndex(uint32_t Index);
145 void updateSymbols(function_ref<void(SymbolEntry &)> Callable);
147 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove);
156 std::optional<SymbolEntry *> Symbol;
159 std::optional<SymbolEntry *> Symbol)
175 std::optional<const SymbolEntry *> Symbol;