Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dxcoff2yaml.cpp23 Error dumpSections();
26 Error dumpSections(ArrayRef<Shdr> Sections);
37 if (Error E = dumpSections()) in dump()
56 Error XCOFFDumper::dumpSections() { in dumpSections() function in XCOFFDumper
58 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
H A Dcoff2yaml.cpp30 void dumpSections(unsigned numSections);
48 dumpSections(Obj.getNumberOfSections()); in COFFDumper()
139 void COFFDumper::dumpSections(unsigned NumSections) { in dumpSections() function in COFFDumper
H A Delf2yaml.cpp63 Expected<std::vector<std::unique_ptr<ELFYAML::Chunk>>> dumpSections();
354 dumpSections(); in dump()
574 ELFDumper<ELFT>::dumpSections() { in dumpSections() function in ELFDumper