Lines Matching defs:SecIndex
89 void setGraphBlock(ELFSectionIndex SecIndex, Block *B) {
90 assert(!GraphBlocks.count(SecIndex) && "Duplicate section at index");
91 GraphBlocks[SecIndex] = B;
94 Block *getGraphBlock(ELFSectionIndex SecIndex) {
95 return GraphBlocks.lookup(SecIndex);
317 for (ELFSectionIndex SecIndex = 0; SecIndex != Sections.size(); ++SecIndex) {
319 auto &Sec = Sections[SecIndex];
327 dbgs() << " " << SecIndex << ": Skipping section \"" << *Name
336 dbgs() << " " << SecIndex << ": has type SHT_NULL. Skipping.\n";
345 dbgs() << " " << SecIndex << ": \"" << *Name
353 dbgs() << " " << SecIndex << ": Creating section for \"" << *Name
372 dbgs() << " " << SecIndex << ": \"" << *Name
407 setGraphBlock(SecIndex, B);