LLVM API Documentation
#include <MCWinCOFFObjectWriter.h>
Public Member Functions | |
| virtual | ~MCWinCOFFObjectTargetWriter () |
| unsigned | getMachine () const |
| virtual unsigned | getRelocType (const MCValue &Target, const MCFixup &Fixup, bool IsCrossSection) const =0 |
| virtual bool | recordRelocation (const MCFixup &) const |
Protected Member Functions | |
| MCWinCOFFObjectTargetWriter (unsigned Machine_) | |
Definition at line 19 of file MCWinCOFFObjectWriter.h.
| MCWinCOFFObjectTargetWriter::MCWinCOFFObjectTargetWriter | ( | unsigned | Machine_ | ) | [protected] |
Definition at line 1084 of file WinCOFFObjectWriter.cpp.
| virtual llvm::MCWinCOFFObjectTargetWriter::~MCWinCOFFObjectTargetWriter | ( | ) | [inline, virtual] |
Definition at line 27 of file MCWinCOFFObjectWriter.h.
| unsigned llvm::MCWinCOFFObjectTargetWriter::getMachine | ( | ) | const [inline] |
Definition at line 29 of file MCWinCOFFObjectWriter.h.
| virtual unsigned llvm::MCWinCOFFObjectTargetWriter::getRelocType | ( | const MCValue & | Target, |
| const MCFixup & | Fixup, | ||
| bool | IsCrossSection | ||
| ) | const [pure virtual] |
| virtual bool llvm::MCWinCOFFObjectTargetWriter::recordRelocation | ( | const MCFixup & | ) | const [inline, virtual] |
Definition at line 33 of file MCWinCOFFObjectWriter.h.