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()
39 using SymbolMapTy = DenseMap<const SectionBase *, typedef69 static SymbolMapTy getSectionSyms(Ctx &ctx, ArrayRef<Defined *> syms) { in getSectionSyms()70 SymbolMapTy ret; in getSectionSyms()153 SymbolMapTy sectionSyms = getSectionSyms(ctx, syms); in writeMapFile()
568 using SymbolMapTy = llvm::DenseMap<SymbolRef, SymbolStatus>; variable571 SymbolMapTy TheLiving;
260 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()