Searched refs:IndirectSymbolEntry (Results 1 – 3 of 3) sorted by relevance
154 struct IndirectSymbolEntry { struct162 IndirectSymbolEntry(uint32_t OriginalIndex, Optional<SymbolEntry *> Symbol) in IndirectSymbolEntry() argument167 std::vector<IndirectSymbolEntry> Symbols;
82 for (IndirectSymbolEntry &ISE : Obj.IndirectSymTable.Symbols) in markSymbols()
397 for (const IndirectSymbolEntry &Sym : O.IndirectSymTable.Symbols) { in writeIndirectSymbolTable()