Searched refs:SymbolRefSmallVectorTy (Results 1 – 3 of 3) sorted by relevance
112 using SymbolRefSmallVectorTy = SmallVector<SymbolRef, 2>; variable
484 llvm::DenseMap<SymbolRef, std::unique_ptr<SymbolRefSmallVectorTy>>;565 const SymbolRefSmallVectorTy *getDependentSymbols(const SymbolRef Primary);
378 dependencies = std::make_unique<SymbolRefSmallVectorTy>(); in addSymbolDependency()383 const SymbolRefSmallVectorTy *SymbolManager::getDependentSymbols( in getDependentSymbols()399 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) { in markDependentsLive()