Searched refs:SectionIndexMap (Results 1 – 4 of 4) sorted by relevance
200 const SectionIndexMapTy &SectionIndexMap,212 const SectionIndexMapTy &SectionIndexMap,226 void writeSection(const SectionIndexMapTy &SectionIndexMap,688 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()1024 sh_link = SectionIndexMap.lookup(Sec); in writeSection()1073 SectionIndexMapTy SectionIndexMap; in writeObject() local1120 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()1122 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()1147 uint32_t SecIndex = SectionIndexMap.lookup(Member); in writeObject()1168 computeSymbolTable(Asm, Layout, SectionIndexMap, RevGroupMap, in writeObject()[all …]
530 DenseMap<const MCSection*, uint8_t> SectionIndexMap; in computeSymbolTable() local534 SectionIndexMap[&*it] = Index; in computeSymbolTable()570 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()593 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
586 llvm::DenseMap<OutputSection *, size_t> SectionIndexMap; variable
1949 SectionIndexMap[E.Sym->getOutputSection()] = ++I; in getSymbolIndex()1958 return SectionIndexMap.lookup(Sym->getOutputSection()); in getSymbolIndex()