Searched refs:SymbolMapTy (Results 1 – 5 of 5) 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()
43 using SymbolMapTy = DenseMap<const InputSection *, SmallVector<Defined *, 4>>; typedef46 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> syms) { in getSectionSyms()47 SymbolMapTy ret; in getSectionSyms()129 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;
367 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()