diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-07-11 22:05:00 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-07-11 22:05:00 +0000 |
| commit | eb72dcaef7423069cf8f9e802fa8de64dc8f8f30 (patch) | |
| tree | 4906e479e31cd98f81521f56fc56a4d7bf5a26fd /include | |
| parent | 8e82e3bf59a4163cd9c44d217baae62d2d2b753c (diff) | |
introduce WinCOFFStreamer.cpp, patch by Michael Spencer!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108102 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
| -rw-r--r-- | include/llvm/MC/MCStreamer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h index 8c92fc7788..aca7dd3a39 100644 --- a/include/llvm/MC/MCStreamer.h +++ b/include/llvm/MC/MCStreamer.h @@ -347,6 +347,12 @@ namespace llvm { raw_ostream &OS, MCCodeEmitter *CE, bool RelaxAll = false); + /// createWinCOFFStreamer - Create a machine code streamer which will + /// generate Microsoft COFF format object files. + MCStreamer *createWinCOFFStreamer(MCContext &Ctx, + TargetAsmBackend &TAB, + MCCodeEmitter &CE, raw_ostream &OS); + /// createLoggingStreamer - Create a machine code streamer which just logs the /// API calls and then dispatches to another streamer. /// |
