Lines Matching refs:GraphSection
190 NSec.GraphSection = &G->createSection( in createNormalizedSections()
305 if (!NSec->GraphSection) { in createNormalizedSymbols()
405 if (!NSec.GraphSection) { in graphifyRegularSymbols()
414 if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) { in graphifyRegularSymbols()
416 dbgs() << " Skipping section " << NSec.GraphSection->getName() in graphifyRegularSymbols()
429 << NSec.GraphSection->getName() << "...\n"; in graphifyRegularSymbols()
447 addSectionStartSymAndBlock(*NSec.GraphSection, NSec.Address, NSec.Data, in graphifyRegularSymbols()
474 "First symbol in " + NSec.GraphSection->getName() + " is alt-entry"); in graphifyRegularSymbols()
486 addSectionStartSymAndBlock(*NSec.GraphSection, NSec.Address, NSec.Data, in graphifyRegularSymbols()
516 << NSec.GraphSection->getName() << " + " in graphifyRegularSymbols()
524 *NSec.GraphSection, in graphifyRegularSymbols()
527 : G->createZeroFillBlock(*NSec.GraphSection, BlockSize, in graphifyRegularSymbols()
597 if (!NSec.GraphSection) in graphifySectionsWithCustomParsers()
600 auto HI = CustomSectionParserFunctions.find(NSec.GraphSection->getName()); in graphifySectionsWithCustomParsers()
614 assert(NSec.GraphSection && "C string literal section missing graph section"); in graphifyCStringSection()
619 << NSec.GraphSection->getName() << "\n"; in graphifyCStringSection()
624 NSec.GraphSection->getName() + in graphifyCStringSection()
654 auto &B = G->createContentBlock(*NSec.GraphSection, in graphifyCStringSection()