Searched refs:LVSymbols (Results 1 – 7 of 7) sorted by relevance
67 LVSymbol *findIn(const LVSymbols *Targets) const;162 static bool parametersMatch(const LVSymbols *References,163 const LVSymbols *Targets);165 static void getParameters(const LVSymbols *Symbols, LVSymbols *Parameters);170 static void markMissingParents(const LVSymbols *References,171 const LVSymbols *Targets);178 static bool equals(const LVSymbols *References, const LVSymbols *Targets);
73 LVSymbols Symbols;302 const LVSymbols &getSymbols() const { return Symbols; } in getSymbols()
81 using LVSymbols = SmallVector<LVSymbol *, 8>; variable
121 std::unique_ptr<LVSymbols> Symbols;208 const LVSymbols *getSymbols() const { return Symbols.get(); } in getSymbols()
281 void LVSymbol::markMissingParents(const LVSymbols *References, in markMissingParents()282 const LVSymbols *Targets) { in markMissingParents()308 LVSymbol *LVSymbol::findIn(const LVSymbols *Targets) const { in findIn()333 bool LVSymbol::parametersMatch(const LVSymbols *References, in parametersMatch()334 const LVSymbols *Targets) { in parametersMatch()338 LVSymbols ReferenceParams; in parametersMatch()340 LVSymbols TargetParams; in parametersMatch()348 void LVSymbol::getParameters(const LVSymbols *Symbols, LVSymbols *Parameters) { in getParameters()369 bool LVSymbol::equals(const LVSymbols *References, const LVSymbols *Targets) { in equals()
197 Symbols = std::make_unique<LVSymbols>(); in addElement() 295 const LVSymbols *ReferenceSymbols = Reference->getSymbols(); in addMissingElements() 299 LVSymbols References; in addMissingElements() 1943 if (const LVSymbols *Symbols = getSymbols()) { in resolveExtra()
59 LVSymbols SymbolsWithLocations;144 const LVSymbols &GetSymbolsWithLocations() const { in GetSymbolsWithLocations()