Lines Matching refs:COFFDumper

45 class COFFDumper : public ObjDumper {  class
47 COFFDumper(const llvm::object::COFFObjectFile *Obj, StreamWriter& Writer) in COFFDumper() function in __anond2c341650111::COFFDumper
111 Result.reset(new COFFDumper(COFFObj, Writer)); in createCOFFDumper()
119 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol()
137 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
340 void COFFDumper::cacheRelocations() { in cacheRelocations()
353 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) { in printDataDirectory()
361 void COFFDumper::printFileHeaders() { in printFileHeaders()
397 void COFFDumper::printDOSHeader(const dos_header *DH) { in printDOSHeader()
419 void COFFDumper::printPEHeader(const PEHeader *Hdr) { in printPEHeader()
466 void COFFDumper::printBaseOfDataField(const pe32_header *Hdr) { in printBaseOfDataField()
470 void COFFDumper::printBaseOfDataField(const pe32plus_header *) {} in printBaseOfDataField()
472 void COFFDumper::printCodeViewDebugInfo(const SectionRef &Section) { in printCodeViewDebugInfo()
637 void COFFDumper::printCodeViewSymbolsSubsection(StringRef Subsection, in printCodeViewSymbolsSubsection()
721 void COFFDumper::printSections() { in printSections()
777 void COFFDumper::printRelocations() { in printRelocations()
805 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation()
835 void COFFDumper::printSymbols() { in printSymbols()
842 void COFFDumper::printDynamicSymbols() { ListScope Group(W, "DynamicSymbols"); } in printDynamicSymbols()
862 void COFFDumper::printSymbol(const SymbolRef &Sym) { in printSymbol()
991 void COFFDumper::printUnwindInfo() { in printUnwindInfo()
999 COFFDumper *Dumper = reinterpret_cast<COFFDumper *>(user_data); in printUnwindInfo()
1018 void COFFDumper::printImportedSymbols( in printImportedSymbols()
1029 void COFFDumper::printDelayImportedSymbols( in printDelayImportedSymbols()
1046 void COFFDumper::printCOFFImports() { in printCOFFImports()
1079 void COFFDumper::printCOFFExports() { in printCOFFExports()
1099 void COFFDumper::printCOFFDirectives() { in printCOFFDirectives()
1129 void COFFDumper::printCOFFBaseReloc() { in printCOFFBaseReloc()