Searched refs:SymbolMapTy (Results 1 – 4 of 4) sorted by relevance
35 using SymbolMapTy = typedef59 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { in getSectionSyms()60 SymbolMapTy ret; in getSectionSyms()101 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()
39 using SymbolMapTy = DenseMap<const SectionBase *, SmallVector<Defined *, 4>>; typedef66 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> syms) { in getSectionSyms()67 SymbolMapTy ret; in getSectionSyms()155 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()
555 using SymbolMapTy = llvm::DenseMap<SymbolRef, SymbolStatus>; variable558 SymbolMapTy TheLiving;
386 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()