• Home
  • Raw
  • Download

Lines Matching refs:COFFDumper

46 class COFFDumper : public ObjDumper {  class
48 COFFDumper(const llvm::object::COFFObjectFile *Obj, StreamWriter& Writer) in COFFDumper() function in __anon945d12c60111::COFFDumper
113 Result.reset(new COFFDumper(COFFObj, Writer)); in createCOFFDumper()
121 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol()
138 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
344 void COFFDumper::cacheRelocations() { in cacheRelocations()
361 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) { in printDataDirectory()
369 void COFFDumper::printFileHeaders() { in printFileHeaders()
403 void COFFDumper::printDOSHeader(const dos_header *DH) { in printDOSHeader()
425 void COFFDumper::printPEHeader(const PEHeader *Hdr) { in printPEHeader()
472 void COFFDumper::printBaseOfDataField(const pe32_header *Hdr) { in printBaseOfDataField()
476 void COFFDumper::printBaseOfDataField(const pe32plus_header *) {} in printBaseOfDataField()
478 void COFFDumper::printCodeViewDebugInfo() { in printCodeViewDebugInfo()
487 void COFFDumper::printCodeViewSection(const SectionRef &Section) { in printCodeViewSection()
665 void COFFDumper::printCodeViewSymbolsSubsection(StringRef Subsection, in printCodeViewSymbolsSubsection()
748 void COFFDumper::printSections() { in printSections()
799 void COFFDumper::printRelocations() { in printRelocations()
826 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation()
854 void COFFDumper::printSymbols() { in printSymbols()
861 void COFFDumper::printDynamicSymbols() { ListScope Group(W, "DynamicSymbols"); } in printDynamicSymbols()
881 void COFFDumper::printSymbol(const SymbolRef &Sym) { in printSymbol()
1005 void COFFDumper::printUnwindInfo() { in printUnwindInfo()
1013 COFFDumper *Dumper = reinterpret_cast<COFFDumper *>(user_data); in printUnwindInfo()
1032 void COFFDumper::printImportedSymbols( in printImportedSymbols()
1043 void COFFDumper::printDelayImportedSymbols( in printDelayImportedSymbols()
1060 void COFFDumper::printCOFFImports() { in printCOFFImports()
1093 void COFFDumper::printCOFFExports() { in printCOFFExports()
1110 void COFFDumper::printCOFFDirectives() { in printCOFFDirectives()
1138 void COFFDumper::printCOFFBaseReloc() { in printCOFFBaseReloc()
1151 void COFFDumper::printStackMap() const { in printStackMap()