Searched refs:GraphSymbols (Results 1 – 8 of 8) sorted by relevance
55 assert(!GraphSymbols[SymIndex] && "Duplicate symbol at index"); in setGraphSymbol()56 GraphSymbols[SymIndex] = &Sym; in setGraphSymbol()63 SymIndex >= static_cast<COFFSymbolIndex>(GraphSymbols.size())) in getGraphSymbol()65 return GraphSymbols[SymIndex]; in getGraphSymbol()76 SecIndex >= static_cast<COFFSectionIndex>(GraphSymbols.size())) in getGraphBlock()177 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()170 DenseMap<ELFSymbolIndex, Symbol *> GraphSymbols; variable
107 Base::GraphSymbols.size()), in addSingleRelocation()
175 Base::GraphSymbols.size()), in addSingleRelocation()
193 Base::GraphSymbols.size()), in addSingleRelocation()
156 Base::GraphSymbols.size()), in addSingleRelocation()
195 GraphSymbols.resize(Obj.getNumberOfSymbols()); in graphifySymbols()
591 Base::GraphSymbols.size()), in addSingleRelocation()