Searched refs:SecIndex (Results 1 – 5 of 5) sorted by relevance
82 void setGraphSection(ELFSectionIndex SecIndex, Section &Sec) { in setGraphSection() argument83 assert(!GraphSections.count(SecIndex) && "Duplicate section at index"); in setGraphSection()84 GraphSections[SecIndex] = &Sec; in setGraphSection()87 Section *getGraphSection(ELFSectionIndex SecIndex) { in getGraphSection() argument88 auto I = GraphSections.find(SecIndex); in getGraphSection()232 for (ELFSectionIndex SecIndex = 0; SecIndex != Sections.size(); ++SecIndex) { in graphifySections() local234 auto &Sec = Sections[SecIndex]; in graphifySections()245 dbgs() << " " << SecIndex << ": \"" << *Name in graphifySections()255 dbgs() << " " << SecIndex << ": \"" << *Name in graphifySections()263 dbgs() << " " << SecIndex << ": Creating section for \"" << *Name in graphifySections()[all …]
128 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections() local163 << ", align: " << NSec.Alignment << ", index: " << SecIndex in createNormalizedSections()199 IndexToSection.insert(std::make_pair(SecIndex, std::move(NSec))); in createNormalizedSections()402 auto SecIndex = KV.first; in graphifyRegularSymbols() local423 NSec, std::move(SecIndexToSymbols[SecIndex]))) in graphifyRegularSymbols()435 auto &SecNSymStack = SecIndexToSymbols[SecIndex]; in graphifyRegularSymbols()
80 unsigned SecIndex; in getSectionRefsByNameOrIndex() local82 if (!Section.getAsInteger(0, SecIndex)) in getSectionRefsByNameOrIndex()83 SecIndices.emplace(SecIndex, false); in getSectionRefsByNameOrIndex()88 SecIndex = Obj.isELF() ? 0 : 1; in getSectionRefsByNameOrIndex()94 auto IndexIt = SecIndices.find(SecIndex); in getSectionRefsByNameOrIndex()99 SecIndex++; in getSectionRefsByNameOrIndex()
504 Optional<unsigned> SecIndex = in PrintExceptionTable() local506 if (ErrorOr<StringRef> Name = FunctionAtAddress(Address, SecIndex)) in PrintExceptionTable()577 Optional<unsigned> SecIndex = in PrintIndexTable() local579 if (ErrorOr<StringRef> Name = FunctionAtAddress(Address, SecIndex)) in PrintIndexTable()
1141 uint32_t SecIndex = SectionIndexMap.lookup(Member); in writeObject() local1142 write(SecIndex); in writeObject()