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