Searched refs:SectionData (Results 1 – 10 of 10) sorted by relevance
297 struct SectionData { struct322 SectionData &ProfileNames, StringRef Data, in readCoverageMappingData()404 SectionData &ProfileNames, in loadTestingFormat()447 SectionData &ProfileNames, in loadBinaryFormat()501 SectionData Profile; in create()
33 extern llvm::cl::opt<bool> SectionData;
80 cl::opt<bool> SectionData("section-data", variable84 cl::aliasopt(SectionData));
418 if (opts::SectionData) { in printSections()
788 if (opts::SectionData && in printSections()
657 if (opts::SectionData && Sec.sh_type != ELF::SHT_NOBITS) { in printSections()
584 StringRef *SectionData = in DWARFContextInMemory() local612 if (SectionData) { in DWARFContextInMemory()613 *SectionData = data; in DWARFContextInMemory()
58 yaml::BinaryRef SectionData; member
177 StringRef SectionData; in loadObjectImpl() local178 Check(SI->getContents(SectionData)); in loadObjectImpl()
489 IO.mapRequired("SectionData", Sec.SectionData); in mapping()