Searched refs:sectionData (Results 1 – 1 of 1) sorted by relevance
118 ArrayRef<uint8_t> sectionData; in initializeFileAndStringTable() local124 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in initializeFileAndStringTable()126 BinaryStreamReader Reader(sectionData, support::little); in initializeFileAndStringTable()181 ArrayRef<uint8_t> sectionData; in dumpSections() local183 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in dumpSections()184 NewYAMLSection.SectionData = yaml::BinaryRef(sectionData); in dumpSections()187 NewYAMLSection.DebugS = CodeViewYAML::fromDebugS(sectionData, SC); in dumpSections()189 NewYAMLSection.DebugT = CodeViewYAML::fromDebugT(sectionData, in dumpSections()192 NewYAMLSection.DebugP = CodeViewYAML::fromDebugT(sectionData, in dumpSections()195 NewYAMLSection.DebugH = CodeViewYAML::fromDebugH(sectionData); in dumpSections()