Searched refs:sectionIndexMap (Results 1 – 3 of 3) sorted by relevance
274 DenseMap<InputFile *, DenseMap<SectionBase *, size_t>> sectionIndexMap; in demoteSymbolsAndComputeIsPreemptible() local278 demoteDefined(*d, sectionIndexMap[d->file]); in demoteSymbolsAndComputeIsPreemptible()479 DenseMap<SectionBase *, size_t> sectionIndexMap; in demoteAndCopyLocalSymbols() local487 demoteDefined(*dr, sectionIndexMap); in demoteAndCopyLocalSymbols()
666 llvm::DenseMap<OutputSection *, size_t> sectionIndexMap; variable
2206 sectionIndexMap[e.sym->getOutputSection()] = ++i; in getSymbolIndex()2215 return sectionIndexMap.lookup(sym.getOutputSection()); in getSymbolIndex()