Lines Matching defs:SecIndex
88 void setGraphBlock(ELFSectionIndex SecIndex, Block *B) {
89 assert(!GraphBlocks.count(SecIndex) && "Duplicate section at index");
90 GraphBlocks[SecIndex] = B;
93 Block *getGraphBlock(ELFSectionIndex SecIndex) {
94 return GraphBlocks.lookup(SecIndex);
316 for (ELFSectionIndex SecIndex = 0; SecIndex != Sections.size(); ++SecIndex) {
318 auto &Sec = Sections[SecIndex];
326 dbgs() << " " << SecIndex << ": Skipping section \"" << *Name
335 dbgs() << " " << SecIndex << ": has type SHT_NULL. Skipping.\n";
344 dbgs() << " " << SecIndex << ": \"" << *Name
352 dbgs() << " " << SecIndex << ": Creating section for \"" << *Name
371 dbgs() << " " << SecIndex << ": \"" << *Name
406 setGraphBlock(SecIndex, B);