Searched refs:SymbolMapTy (Results 1 – 4 of 4) sorted by relevance
36 using SymbolMapTy = typedef60 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { in getSectionSyms()61 SymbolMapTy ret; in getSectionSyms()104 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeLLDMapFile()
40 using SymbolMapTy = DenseMap<const SectionBase *, typedef68 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> syms) { in getSectionSyms()69 SymbolMapTy ret; in getSectionSyms()152 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()
580 using SymbolMapTy = llvm::DenseMap<SymbolRef, SymbolStatus>; variable583 SymbolMapTy TheLiving;
383 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()