Searched refs:SymbolMapTy (Results 1 – 7 of 7) sorted by relevance
34 using SymbolMapTy = typedef58 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { in getSectionSyms()59 SymbolMapTy ret; in getSectionSyms()100 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeLLDMapFile()
39 using SymbolMapTy = DenseMap<const InputChunk *, SmallVector<Symbol *, 4>>; typedef64 static SymbolMapTy getSectionSyms(ArrayRef<Symbol *> syms) { in getSectionSyms()65 SymbolMapTy ret; in getSectionSyms()115 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()
40 using SymbolMapTy = DenseMap<const SectionBase *, SmallVector<Defined *, 4>>; typedef67 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> syms) { in getSectionSyms()68 SymbolMapTy ret; in getSectionSyms()158 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()
512 using SymbolMapTy = llvm::DenseMap<SymbolRef, SymbolStatus>; variable515 SymbolMapTy TheLiving;
482 typedef llvm::DenseMap<SymbolRef, SymbolStatus> SymbolMapTy; typedef485 SymbolMapTy TheLiving;
367 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()
370 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()