Lines Matching refs:XCOFFDumper

27 class XCOFFDumper : public ObjDumper {  class
30 XCOFFDumper(const XCOFFObjectFile &Obj, ScopedPrinter &Writer) in XCOFFDumper() function in __anon428f737b0111::XCOFFDumper
89 void XCOFFDumper::printFileHeaders() { in printFileHeaders()
137 void XCOFFDumper::printAuxiliaryHeader() { in printAuxiliaryHeader()
146 void XCOFFDumper::printSectionHeaders() { in printSectionHeaders()
153 void XCOFFDumper::printLoaderSection(bool PrintHeader, bool PrintSymbols, in printLoaderSection()
180 void XCOFFDumper::printLoaderSectionHeader(uintptr_t LoaderSectionAddr) { in printLoaderSectionHeader()
228 void XCOFFDumper::printLoaderSectionSymbolsHelper(uintptr_t LoaderSectionAddr) { in printLoaderSectionSymbolsHelper()
267 void XCOFFDumper::printLoaderSectionSymbols(uintptr_t LoaderSectionAddr) { in printLoaderSectionSymbols()
311 void XCOFFDumper::printLoaderSectionRelocationEntry( in printLoaderSectionRelocationEntry()
354 void XCOFFDumper::printLoaderSectionRelocationEntriesHelper( in printLoaderSectionRelocationEntriesHelper()
397 void XCOFFDumper::printLoaderSectionRelocationEntries( in printLoaderSectionRelocationEntries()
414 void XCOFFDumper::printExceptionSectionEntry(const T &ExceptionSectEnt) const { in printExceptionSectionEntry()
432 template <typename T> void XCOFFDumper::printExceptionSectionEntries() const { in printExceptionSectionEntries()
447 void XCOFFDumper::printExceptionSection() { in printExceptionSection()
454 void XCOFFDumper::printRelocations() { in printRelocations()
461 template <typename RelTy> void XCOFFDumper::printRelocation(RelTy Reloc) { in printRelocation()
488 void XCOFFDumper::printRelocations(ArrayRef<Shdr> Sections) { in printRelocations()
534 void XCOFFDumper::printFileAuxEnt(const XCOFFFileAuxEnt *AuxEntPtr) { in printFileAuxEnt()
571 void XCOFFDumper::printCsectAuxEnt(XCOFFCsectAuxRef AuxEntRef) { in printCsectAuxEnt()
599 void XCOFFDumper::printSectAuxEntForStat( in printSectAuxEntForStat()
614 void XCOFFDumper::printExceptionAuxEnt(const XCOFFExceptionAuxEnt *AuxEntPtr) { in printExceptionAuxEnt()
627 void XCOFFDumper::printFunctionAuxEnt(const XCOFFFunctionAuxEnt32 *AuxEntPtr) { in printFunctionAuxEnt()
639 void XCOFFDumper::printFunctionAuxEnt(const XCOFFFunctionAuxEnt64 *AuxEntPtr) { in printFunctionAuxEnt()
652 void XCOFFDumper::printBlockAuxEnt(const XCOFFBlockAuxEnt32 *AuxEntPtr) { in printBlockAuxEnt()
662 void XCOFFDumper::printBlockAuxEnt(const XCOFFBlockAuxEnt64 *AuxEntPtr) { in printBlockAuxEnt()
674 void XCOFFDumper::printSectAuxEntForDWARF(const T *AuxEntPtr) { in printSectAuxEntForDWARF()
730 template <typename T> const T *XCOFFDumper::getAuxEntPtr(uintptr_t AuxAddress) { in getAuxEntPtr()
746 void XCOFFDumper::printSymbol(const SymbolRef &S) { in printSymbol()
912 void XCOFFDumper::printSymbols(bool /*ExtraSymInfo*/) { in printSymbols()
918 void XCOFFDumper::printStringTable() { in printStringTable()
929 void XCOFFDumper::printDynamicSymbols() { in printDynamicSymbols()
933 void XCOFFDumper::printUnwindInfo() { in printUnwindInfo()
937 void XCOFFDumper::printStackMap() const { in printStackMap()
941 void XCOFFDumper::printNeededLibraries() { in printNeededLibraries()
1004 void XCOFFDumper::printOverflowSectionHeader(T &Sec) const { in printOverflowSectionHeader()
1024 void XCOFFDumper::printGenericSectionHeader(T &Sec) const { in printGenericSectionHeader()
1058 XCOFFDumper *Dumper) { in checkAndPrintAuxHeaderParseError()
1076 void XCOFFDumper::printAuxiliaryHeader( in printAuxiliaryHeader()
1133 void XCOFFDumper::printAuxiliaryHeader( in printAuxiliaryHeader()
1191 void XCOFFDumper::printSectionHeaders(ArrayRef<T> Sections) { in printSectionHeaders()
1240 return std::make_unique<XCOFFDumper>(XObj, Writer); in createXCOFFDumper()