Searched defs:MCELFStreamer (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCELFStreamer.h1 //===- MCELFStreamer.h - MCStreamer ELF Object File Interface ---*- C++ -*-===//
30 class MCELFStreamer : public MCObjectStreamer { class in namespace:llvm
32 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS, function in class:llvm::MCELFStreamer
37 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS, function in class:llvm::MCELFStreamer
42 virtual ~MCELFStreamer();
108 MCELFStreamer *createARMELFStreamer(MCContext &Context, MCAsmBackend &TAB,
/external/llvm/lib/MC/
H A DMCELFStreamer.cpp1 //===- lib/MC/MCELFStreamer.cpp - ELF Object Output -----------------------===//
14 #include "llvm/MC/MCELFStreamer.h"
38 MCELFStreamer::~MCELFStreamer() {
41 void MCELFStreamer::InitSections() {
56 void MCELFStreamer::EmitLabel(MCSymbol *Symbol) {
68 void MCELFStreamer::EmitAssemblerFlag(MCAssemblerFlag Flag) {
85 void MCELFStreamer::ChangeSection(const MCSection *Section,
96 void MCELFStreamer::EmitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) {
123 bool MCELFStreamer
[all...]

Completed in 483 milliseconds