Lines Matching refs:COFFDumper
61 class COFFDumper : public ObjDumper { class
64 COFFDumper(const llvm::object::COFFObjectFile *Obj, ScopedPrinter &Writer) in COFFDumper() function in __anond2c341650111::COFFDumper
149 COFFObjectDumpDelegate(COFFDumper &CD, const SectionRef &SR, in COFFObjectDumpDelegate()
179 COFFDumper &CD;
196 Result.reset(new COFFDumper(COFFObj, Writer)); in createCOFFDumper()
204 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol()
225 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
240 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
252 void COFFDumper::printRelocatedField(StringRef Label, const coff_section *Sec, in printRelocatedField()
263 void COFFDumper::printBinaryBlockWithRelocs(StringRef Label, in printBinaryBlockWithRelocs()
529 void COFFDumper::cacheRelocations() { in cacheRelocations()
546 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) { in printDataDirectory()
554 void COFFDumper::printFileHeaders() { in printFileHeaders()
588 void COFFDumper::printDOSHeader(const dos_header *DH) { in printDOSHeader()
610 void COFFDumper::printPEHeader(const PEHeader *Hdr) { in printPEHeader()
656 void COFFDumper::printCOFFDebugDirectory() { in printCOFFDebugDirectory()
691 void COFFDumper::printBaseOfDataField(const pe32_header *Hdr) { in printBaseOfDataField()
695 void COFFDumper::printBaseOfDataField(const pe32plus_header *) {} in printBaseOfDataField()
697 void COFFDumper::printCodeViewDebugInfo() { in printCodeViewDebugInfo()
713 void COFFDumper::initializeFileAndStringTables(StringRef Data) { in initializeFileAndStringTables()
740 void COFFDumper::printCodeViewSymbolSection(StringRef SectionName, in printCodeViewSymbolSection()
947 void COFFDumper::printCodeViewSymbolsSubsection(StringRef Subsection, in printCodeViewSymbolsSubsection()
972 void COFFDumper::printCodeViewFileChecksums(StringRef Subsection) { in printCodeViewFileChecksums()
998 void COFFDumper::printCodeViewInlineeLines(StringRef Subsection) { in printCodeViewInlineeLines()
1026 StringRef COFFDumper::getFileNameForFileOffset(uint32_t FileOffset) { in getFileNameForFileOffset()
1047 void COFFDumper::printFileNameForOffset(StringRef Label, uint32_t FileOffset) { in printFileNameForOffset()
1051 void COFFDumper::mergeCodeViewTypes(MemoryTypeTableBuilder &CVTypes) { in mergeCodeViewTypes()
1079 void COFFDumper::printCodeViewTypeSection(StringRef SectionName, in printCodeViewTypeSection()
1101 void COFFDumper::printSections() { in printSections()
1152 void COFFDumper::printRelocations() { in printRelocations()
1179 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation()
1207 void COFFDumper::printSymbols() { in printSymbols()
1214 void COFFDumper::printDynamicSymbols() { ListScope Group(W, "DynamicSymbols"); } in printDynamicSymbols()
1234 void COFFDumper::printSymbol(const SymbolRef &Sym) { in printSymbol()
1358 void COFFDumper::printUnwindInfo() { in printUnwindInfo()
1366 COFFDumper *Dumper = reinterpret_cast<COFFDumper *>(user_data); in printUnwindInfo()
1385 void COFFDumper::printImportedSymbols( in printImportedSymbols()
1396 void COFFDumper::printDelayImportedSymbols( in printDelayImportedSymbols()
1413 void COFFDumper::printCOFFImports() { in printCOFFImports()
1446 void COFFDumper::printCOFFExports() { in printCOFFExports()
1463 void COFFDumper::printCOFFDirectives() { in printCOFFDirectives()
1491 void COFFDumper::printCOFFBaseReloc() { in printCOFFBaseReloc()
1504 void COFFDumper::printStackMap() const { in printStackMap()