Searched refs:GraphSymbols (Results 1 – 6 of 6) sorted by relevance
54 assert(!GraphSymbols[SymIndex] && "Duplicate symbol at index"); in setGraphSymbol()55 GraphSymbols[SymIndex] = &Sym; in setGraphSymbol()62 SymIndex >= static_cast<COFFSymbolIndex>(GraphSymbols.size())) in getGraphSymbol()64 return GraphSymbols[SymIndex]; in getGraphSymbol()75 SecIndex >= static_cast<COFFSectionIndex>(GraphSymbols.size())) in getGraphBlock()164 std::vector<Symbol *> GraphSymbols; variable
93 assert(!GraphSymbols.count(SymIndex) && "Duplicate symbol at index"); in setGraphSymbol()94 GraphSymbols[SymIndex] = &Sym; in setGraphSymbol()98 auto I = GraphSymbols.find(SymIndex); in getGraphSymbol()99 if (I == GraphSymbols.end()) in getGraphSymbol()145 DenseMap<ELFSymbolIndex, Symbol *> GraphSymbols; variable
179 Base::GraphSymbols.size()), in addSingleRelocation()
156 Base::GraphSymbols.size()), in addSingleRelocation()
192 GraphSymbols.resize(Obj.getNumberOfSymbols()); in graphifySymbols()
532 Base::GraphSymbols.size()), in addSingleRelocation()