LLVM 19.0.0git
Classes | Namespaces | Typedefs | Functions
MCStreamer.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/MC/MCDirectives.h"
#include "llvm/MC/MCDwarf.h"
#include "llvm/MC/MCLinkerOptimizationHint.h"
#include "llvm/MC/MCPseudoProbe.h"
#include "llvm/MC/MCWinEH.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/MD5.h"
#include "llvm/Support/SMLoc.h"
#include "llvm/Support/VersionTuple.h"
#include "llvm/TargetParser/ARMTargetParser.h"
#include <cassert>
#include <cstdint>
#include <memory>
#include <optional>
#include <string>
#include <utility>
#include <vector>

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

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::codeview
 

Typedefs

using llvm::MCSectionSubPair = std::pair< MCSection *, const MCExpr * >
 

Functions

MCStreamerllvm::createNullStreamer (MCContext &Ctx)
 Create a dummy machine code streamer, which does nothing.