Home
last modified time | relevance | path

Searched refs:sectionData (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp118 ArrayRef<uint8_t> sectionData; in initializeFileAndStringTable() local
124 cantFail(Obj.getSectionContents(COFFSection, sectionData)); in initializeFileAndStringTable()
126 BinaryStreamReader Reader(sectionData, support::little); in initializeFileAndStringTable()
181 ArrayRef<uint8_t> sectionData; in dumpSections() local
183 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()