Lines Matching refs:GraphSection
185 NSec.GraphSection = &G->createSection( in createNormalizedSections()
296 if (!NSec->GraphSection) { in createNormalizedSymbols()
401 if (!NSec.GraphSection) { in graphifyRegularSymbols()
410 if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) { in graphifyRegularSymbols()
412 dbgs() << " Skipping section " << NSec.GraphSection->getName() in graphifyRegularSymbols()
425 << NSec.GraphSection->getName() << "...\n"; in graphifyRegularSymbols()
443 addSectionStartSymAndBlock(SecIndex, *NSec.GraphSection, NSec.Address, in graphifyRegularSymbols()
470 "First symbol in " + NSec.GraphSection->getName() + " is alt-entry"); in graphifyRegularSymbols()
482 addSectionStartSymAndBlock(SecIndex, *NSec.GraphSection, NSec.Address, in graphifyRegularSymbols()
512 << NSec.GraphSection->getName() << " + " in graphifyRegularSymbols()
520 *NSec.GraphSection, in graphifyRegularSymbols()
523 : G->createZeroFillBlock(*NSec.GraphSection, BlockSize, in graphifyRegularSymbols()
594 if (!NSec.GraphSection) in graphifySectionsWithCustomParsers()
597 auto HI = CustomSectionParserFunctions.find(NSec.GraphSection->getName()); in graphifySectionsWithCustomParsers()
610 assert(NSec.GraphSection && "C string literal section missing graph section"); in graphifyCStringSection()
615 << NSec.GraphSection->getName() << "\n"; in graphifyCStringSection()
620 NSec.GraphSection->getName() + in graphifyCStringSection()
649 auto &B = G->createContentBlock(*NSec.GraphSection, in graphifyCStringSection()