|
LLVM
3.7.0
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/SmallVector.h"#include "llvm/MC/MCDirectives.h"#include "llvm/MC/MCDwarf.h"#include "llvm/MC/MCLinkerOptimizationHint.h"#include "llvm/MC/MCWinEH.h"#include "llvm/Support/DataTypes.h"#include "llvm/Support/SMLoc.h"#include <string>Go to the source code of this file.
Classes | |
| class | llvm::MCTargetStreamer |
| Target specific streamer interface. More... | |
| class | llvm::ARMTargetStreamer |
| class | llvm::MCStreamer |
| Streaming machine code generation interface. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Typedefs | |
| typedef std::pair< MCSection *, const MCExpr * > | llvm::MCSectionSubPair |
Functions | |
| MCStreamer * | llvm::createNullStreamer (MCContext &Ctx) |
| Create a dummy machine code streamer, which does nothing. More... | |
| MCStreamer * | llvm::createAsmStreamer (MCContext &Ctx, std::unique_ptr< formatted_raw_ostream > OS, bool isVerboseAsm, bool useDwarfDirectory, MCInstPrinter *InstPrint, MCCodeEmitter *CE, MCAsmBackend *TAB, bool ShowInst) |
| Create a machine code streamer which will print out assembly for the native target, suitable for compiling with a native assembler. More... | |
1.8.6