Searched refs:SymbolMapTy (Results 1 – 5 of 5) sorted by relevance
35 using SymbolMapTy = typedef59 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { in getSectionSyms()60 SymbolMapTy ret; in getSectionSyms()102 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()119 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()
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()
579 using SymbolMapTy = llvm::DenseMap<SymbolRef, SymbolStatus>; variable582 SymbolMapTy TheLiving;
393 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()