Lines Matching defs:SectionName
131 Expected<StringRef> SectionName = Section.getName();;
132 check_error(SectionName.takeError(), "cannot get section name");
134 if (!SectionName->empty()) {
137 dbgs() << "BOLT-DEBUG: registering section " << *SectionName
365 StringRef SectionName, BOLTLinker::SectionMapper MapSection) {
368 ErrorOr<BinarySection &> Section = BC->getUniqueSectionByName(SectionName);
370 llvm::errs() << "Cannot find " + SectionName + " section\n";
484 void MachORewriteInstance::writeInstrumentationSection(StringRef SectionName,
488 ErrorOr<BinarySection &> Section = BC->getUniqueSectionByName(SectionName);
490 llvm::errs() << "Cannot find " + SectionName + " section\n";