Searched refs:dumpSections (Results 1 – 3 of 3) sorted by relevance
23 Error dumpSections();26 Error dumpSections(ArrayRef<Shdr> Sections);37 if (Error E = dumpSections()) in dump()56 Error XCOFFDumper::dumpSections() { in dumpSections() function in XCOFFDumper58 return dumpSections<XCOFFSectionHeader64, XCOFFRelocation64>( in dumpSections()60 return dumpSections<XCOFFSectionHeader32, XCOFFRelocation32>( in dumpSections()65 Error XCOFFDumper::dumpSections(ArrayRef<Shdr> Sections) { in dumpSections() function in XCOFFDumper
30 void dumpSections(unsigned numSections);48 dumpSections(Obj.getNumberOfSections()); in COFFDumper()139 void COFFDumper::dumpSections(unsigned NumSections) { in dumpSections() function in COFFDumper
63 Expected<std::vector<std::unique_ptr<ELFYAML::Chunk>>> dumpSections();354 dumpSections(); in dump()574 ELFDumper<ELFT>::dumpSections() { in dumpSections() function in ELFDumper