Lines Matching refs:GraphSection

191     NSec.GraphSection = &G->createSection(  in createNormalizedSections()
196 NSec.GraphSection->setMemLifetime(orc::MemLifetime::NoAlloc); in createNormalizedSections()
310 if (!NSec->GraphSection) { in createNormalizedSymbols()
416 if (!NSec.GraphSection) { in graphifyRegularSymbols()
425 if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) { in graphifyRegularSymbols()
427 dbgs() << " Skipping section " << NSec.GraphSection->getName() in graphifyRegularSymbols()
440 << NSec.GraphSection->getName() << "...\n"; in graphifyRegularSymbols()
458 addSectionStartSymAndBlock(SecIndex, *NSec.GraphSection, NSec.Address, in graphifyRegularSymbols()
485 "First symbol in " + NSec.GraphSection->getName() + " is alt-entry"); in graphifyRegularSymbols()
497 addSectionStartSymAndBlock(SecIndex, *NSec.GraphSection, NSec.Address, in graphifyRegularSymbols()
536 << NSec.GraphSection->getName() << " + " in graphifyRegularSymbols()
544 *NSec.GraphSection, in graphifyRegularSymbols()
547 : G->createZeroFillBlock(*NSec.GraphSection, BlockSize, in graphifyRegularSymbols()
618 if (!NSec.GraphSection) in graphifySectionsWithCustomParsers()
621 auto HI = CustomSectionParserFunctions.find(NSec.GraphSection->getName()); in graphifySectionsWithCustomParsers()
634 assert(NSec.GraphSection && "C string literal section missing graph section"); in graphifyCStringSection()
639 << NSec.GraphSection->getName() << "\n"; in graphifyCStringSection()
644 NSec.GraphSection->getName() + in graphifyCStringSection()
673 auto &B = G->createContentBlock(*NSec.GraphSection, in graphifyCStringSection()
738 assert(llvm::all_of(NSec.GraphSection->blocks(), in graphifyCStringSection()