Lines Matching refs:COFFDumper
1 //===-- COFFDumper.cpp - COFF-specific dumper -------------------*- C++ -*-===//
43 class COFFDumper : public ObjDumper {
45 COFFDumper(const llvm::object::COFFObjectFile *Obj, StreamWriter& Writer)
112 Result.reset(new COFFDumper(COFFObj, Writer));
502 error_code COFFDumper::getSectionContents(
519 error_code COFFDumper::getSection(
540 void COFFDumper::cacheRelocations() {
565 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) {
573 void COFFDumper::printFileHeaders() {
651 void COFFDumper::printSections() {
719 void COFFDumper::printRelocations() {
757 void COFFDumper::printRelocation(section_iterator SecI,
785 void COFFDumper::printSymbols() {
798 void COFFDumper::printDynamicSymbols() {
802 void COFFDumper::printSymbol(symbol_iterator SymI) {
925 void COFFDumper::printUnwindInfo() {
940 void COFFDumper::printX64UnwindInfo() {
973 void COFFDumper::printRuntimeFunction(
1006 void COFFDumper::printUnwindInfo(
1059 void COFFDumper::printUnwindCode(const Win64EH::UnwindInfo& UI,