Home
last modified time | relevance | path

Searched refs:MCELFStreamer (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/lib/MC/
DMCELFStreamer.cpp41 bool MCELFStreamer::isBundleLocked() const { in isBundleLocked()
45 MCELFStreamer::~MCELFStreamer() { in ~MCELFStreamer()
48 void MCELFStreamer::mergeFragment(MCDataFragment *DF, in mergeFragment()
89 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections()
98 void MCELFStreamer::EmitLabel(MCSymbol *S) { in EmitLabel()
110 void MCELFStreamer::EmitAssemblerFlag(MCAssemblerFlag Flag) { in EmitAssemblerFlag()
136 void MCELFStreamer::ChangeSection(MCSection *Section, in ChangeSection()
163 void MCELFStreamer::EmitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) { in EmitWeakReference()
189 bool MCELFStreamer::EmitSymbolAttribute(MCSymbol *S, MCSymbolAttr Attribute) { in EmitSymbolAttribute()
295 void MCELFStreamer::EmitCommonSymbol(MCSymbol *S, uint64_t Size, in EmitCommonSymbol()
[all …]
DCMakeLists.txt16 MCELFStreamer.cpp
/external/swiftshader/third_party/LLVM/lib/MC/
DMCELFStreamer.cpp32 void MCELFStreamer::InitSections() { in InitSections()
41 void MCELFStreamer::EmitLabel(MCSymbol *Symbol) { in EmitLabel()
53 void MCELFStreamer::EmitAssemblerFlag(MCAssemblerFlag Flag) { in EmitAssemblerFlag()
67 void MCELFStreamer::EmitThumbFunc(MCSymbol *Func) { in EmitThumbFunc()
76 void MCELFStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in EmitAssignment()
84 void MCELFStreamer::ChangeSection(const MCSection *Section) { in ChangeSection()
91 void MCELFStreamer::EmitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) { in EmitWeakReference()
99 void MCELFStreamer::EmitSymbolAttribute(MCSymbol *Symbol, in EmitSymbolAttribute()
195 void MCELFStreamer::EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, in EmitCommonSymbol()
223 void MCELFStreamer::EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, in EmitLocalCommonSymbol()
[all …]
DMCELFStreamer.h26 class MCELFStreamer : public MCObjectStreamer {
28 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB, in MCELFStreamer() function
32 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB, in MCELFStreamer() function
38 ~MCELFStreamer() {} in ~MCELFStreamer()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp87 class AArch64ELFStreamer : public MCELFStreamer {
93 : MCELFStreamer(Context, TAB, OS, Emitter), MappingSymbolCounter(0), in AArch64ELFStreamer()
103 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()
112 MCELFStreamer::EmitInstruction(Inst, STI); in EmitInstruction()
129 MCELFStreamer::EmitBytes(StringRef(Buffer, 4)); in emitInst()
137 MCELFStreamer::EmitBytes(Data); in EmitBytes()
145 MCELFStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()
201 MCELFStreamer *createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB, in createAArch64ELFStreamer()
DAArch64ELFStreamer.h21 MCELFStreamer *createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB,
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp20 MCELFStreamer::EmitInstruction(Inst, STI); in EmitInstruction()
55 MCELFStreamer::EmitLabel(Symbol); in EmitLabel()
61 MCELFStreamer::SwitchSection(Section, Subsection); in SwitchSection()
67 MCELFStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()
76 MCELFStreamer *llvm::createMipsELFStreamer(MCContext &Context, in createMipsELFStreamer()
DMipsELFStreamer.h29 class MipsELFStreamer : public MCELFStreamer {
38 : MCELFStreamer(Context, MAB, OS, Emitter) { in MipsELFStreamer()
72 MCELFStreamer *createMipsELFStreamer(MCContext &Context, MCAsmBackend &MAB,
DMipsMCNaCl.h25 MCELFStreamer *createMipsNaClELFStreamer(MCContext &Context, MCAsmBackend &TAB,
DMipsNaClELFStreamer.cpp254 MCELFStreamer *createMipsNaClELFStreamer(MCContext &Context, MCAsmBackend &TAB, in createMipsNaClELFStreamer()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUELFStreamer.h26 class AMDGPUELFStreamer : public MCELFStreamer {
30 : MCELFStreamer(Context, MAB, OS, Emitter) { } in AMDGPUELFStreamer()
34 MCELFStreamer *createAMDGPUELFStreamer(MCContext &Context, MCAsmBackend &MAB,
DAMDGPUTargetStreamer.h18 class MCELFStreamer; variable
79 MCELFStreamer &getStreamer();
DAMDGPUELFStreamer.cpp15 MCELFStreamer *llvm::createAMDGPUELFStreamer(MCContext &Context, in createAMDGPUELFStreamer()
DAMDGPUTargetStreamer.cpp251 MCELFStreamer &AMDGPUTargetELFStreamer::getStreamer() { in getStreamer()
252 return static_cast<MCELFStreamer &>(Streamer); in getStreamer()
/external/llvm/include/llvm/MC/
DMCELFStreamer.h27 class MCELFStreamer : public MCObjectStreamer {
29 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_pwrite_stream &OS, in MCELFStreamer() function
33 ~MCELFStreamer() override;
101 MCELFStreamer *createARMELFStreamer(MCContext &Context, MCAsmBackend &TAB,
/external/llvm/lib/Target/AVR/MCTargetDesc/
DAVRELFStreamer.h22 MCELFStreamer &getStreamer() { in getStreamer()
23 return static_cast<MCELFStreamer &>(Streamer); in getStreamer()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcTargetStreamer.cpp44 MCELFStreamer &SparcTargetELFStreamer::getStreamer() { in getStreamer()
45 return static_cast<MCELFStreamer &>(Streamer); in getStreamer()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.h21 class HexagonMCELFStreamer : public MCELFStreamer {
27 : MCELFStreamer(Context, TAB, OS, Emitter), in HexagonMCELFStreamer()
DHexagonMCTargetDesc.cpp153 MCELFStreamer &getStreamer() { in getStreamer()
154 return static_cast<MCELFStreamer &>(Streamer); in getStreamer()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp413 class ARMELFStreamer : public MCELFStreamer {
419 : MCELFStreamer(Context, TAB, OS, Emitter), IsThumb(IsThumb), in ARMELFStreamer()
448 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()
461 MCELFStreamer::EmitInstruction(Inst, STI); in EmitInstruction()
499 MCELFStreamer::EmitBytes(StringRef(Buffer, Size)); in emitInst()
507 MCELFStreamer::EmitBytes(Data); in EmitBytes()
521 MCELFStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()
525 MCELFStreamer::EmitAssemblerFlag(Flag); in EmitAssemblerFlag()
1062 MCELFStreamer::FinishImpl(); in FinishImpl()
1070 MCELFStreamer::reset(); in reset()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcTargetStreamer.h43 MCELFStreamer &getStreamer();
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp132 MCELFStreamer &getStreamer() { in getStreamer()
133 return static_cast<MCELFStreamer &>(Streamer); in getStreamer()
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.h24 class MCELFStreamer; variable
/external/llvm/lib/Target/Mips/
DMipsTargetStreamer.h283 MCELFStreamer &getStreamer();
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp149 MCELFStreamer *MES = static_cast<MCELFStreamer *>(&Parser.getStreamer()); in HexagonAsmParser()
1671 MCELFStreamer *MES = static_cast<MCELFStreamer *>(&Parser.getStreamer()); in processInstruction()

12