Searched refs:SymbolMapTy (Results 1 – 4 of 4) sorted by relevance
37 SymbolMapTy; typedef60 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> Syms) { in getSectionSyms()61 SymbolMapTy Ret; in getSectionSyms()102 SymbolMapTy SectionSyms = getSectionSyms(Syms); in writeMapFile()
41 typedef DenseMap<const SectionBase *, SmallVector<Defined *, 4>> SymbolMapTy; typedef68 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> Syms) { in getSectionSyms()69 SymbolMapTy Ret; in getSectionSyms()158 SymbolMapTy SectionSyms = getSectionSyms(Syms); in writeMapFile()
556 using SymbolMapTy = llvm::DenseMap<SymbolRef, SymbolStatus>; variable559 SymbolMapTy TheLiving;
387 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()