Searched refs:MCELFStreamer (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.h10 // This is a custom MCELFStreamer which allows us to insert some hooks before
18 #include "llvm/MC/MCELFStreamer.h"
27 class MipsELFStreamer : public MCELFStreamer {
32 : MCELFStreamer(Context, MAB, OS, Emitter) {}
37 MCELFStreamer *createMipsELFStreamer(MCContext &Context, MCAsmBackend &MAB,
H A DMipsELFStreamer.cpp13 MCELFStreamer *createMipsELFStreamer(MCContext &Context, MCAsmBackend &MAB,
H A DMipsMCNaCl.h13 #include "llvm/MC/MCELFStreamer.h"
24 // This function creates an MCELFStreamer for Mips NaCl.
25 MCELFStreamer *createMipsNaClELFStreamer(MCContext &Context, MCAsmBackend &TAB,
H A DMipsNaClELFStreamer.cpp10 // This file implements MCELFStreamer for Mips NaCl. It emits .o object files
23 #include "llvm/MC/MCELFStreamer.h"
34 /// Extend the generic MCELFStreamer class so that it can mask dangerous
254 MCELFStreamer *createMipsNaClELFStreamer(MCContext &Context, MCAsmBackend &TAB,
H A DMipsTargetStreamer.cpp382 MCELFStreamer &MipsTargetELFStreamer::getStreamer() {
383 return static_cast<MCELFStreamer &>(Streamer);
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.h17 #include "llvm/MC/MCELFStreamer.h"
21 MCELFStreamer *createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB,
H A DAArch64ELFStreamer.cpp16 #include "llvm/MC/MCELFStreamer.h"
24 #include "llvm/MC/MCELFStreamer.h"
56 class AArch64ELFStreamer : public MCELFStreamer {
60 : MCELFStreamer(Context, TAB, OS, Emitter), MappingSymbolCounter(0),
73 MCELFStreamer::ChangeSection(Section, Subsection);
82 MCELFStreamer::EmitInstruction(Inst, STI);
90 MCELFStreamer::EmitBytes(Data);
99 MCELFStreamer::EmitValueImpl(Value, Size);
150 MCELFStreamer *createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB,
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcTargetStreamer.cpp44 MCELFStreamer &SparcTargetELFStreamer::getStreamer() {
45 return static_cast<MCELFStreamer &>(Streamer);
/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...]
H A DAndroid.mk20 MCELFStreamer.cpp \
/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/Target/Sparc/
H A DSparcTargetStreamer.h13 #include "llvm/MC/MCELFStreamer.h"
43 MCELFStreamer &getStreamer();
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp28 #include "llvm/MC/MCELFStreamer.h"
441 class ARMELFStreamer : public MCELFStreamer {
447 : MCELFStreamer(Context, TAB, OS, Emitter), IsThumb(IsThumb),
477 MCELFStreamer::ChangeSection(Section, Subsection);
490 MCELFStreamer::EmitInstruction(Inst, STI);
528 MCELFStreamer::EmitBytes(StringRef(Buffer, Size));
536 MCELFStreamer::EmitBytes(Data);
545 MCELFStreamer::EmitValueImpl(Value, Size);
549 MCELFStreamer::EmitAssemblerFlag(Flag);
1027 MCELFStreamer
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h13 #include "llvm/MC/MCELFStreamer.h"
150 MCELFStreamer &getStreamer();

Completed in 1007 milliseconds