Searched refs:SymbolRefSmallVectorTy (Results 1 – 3 of 3) sorted by relevance
114 using SymbolRefSmallVectorTy = SmallVector<SymbolRef, 2>; variable
485 llvm::DenseMap<SymbolRef, std::unique_ptr<SymbolRefSmallVectorTy>>;566 const SymbolRefSmallVectorTy *getDependentSymbols(const SymbolRef Primary);
368 dependencies = std::make_unique<SymbolRefSmallVectorTy>(); in addSymbolDependency()373 const SymbolRefSmallVectorTy *SymbolManager::getDependentSymbols( in getDependentSymbols()389 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) { in markDependentsLive()