Searched refs:sectionIndexMap (Results 1 – 3 of 3) sorted by relevance
278 DenseMap<InputFile *, DenseMap<SectionBase *, size_t>> sectionIndexMap; in demoteSymbolsAndComputeIsPreemptible() local282 demoteDefined(*d, sectionIndexMap[d->file]); in demoteSymbolsAndComputeIsPreemptible()765 DenseMap<SectionBase *, size_t> sectionIndexMap; in demoteAndCopyLocalSymbols() local773 demoteDefined(*dr, sectionIndexMap); in demoteAndCopyLocalSymbols()
657 llvm::DenseMap<OutputSection *, size_t> sectionIndexMap; variable
2185 sectionIndexMap[e.sym->getOutputSection()] = ++i; in getSymbolIndex()2194 return sectionIndexMap.lookup(sym->getOutputSection()); in getSymbolIndex()