/external/llvm/lib/MC/ |
D | MCELFStreamer.cpp | 41 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 …]
|
D | CMakeLists.txt | 16 MCELFStreamer.cpp
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCELFStreamer.cpp | 32 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 …]
|
D | MCELFStreamer.h | 26 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/ |
D | AArch64ELFStreamer.cpp | 87 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()
|
D | AArch64ELFStreamer.h | 21 MCELFStreamer *createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB,
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFStreamer.cpp | 20 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()
|
D | MipsELFStreamer.h | 29 class MipsELFStreamer : public MCELFStreamer { 38 : MCELFStreamer(Context, MAB, OS, Emitter) { in MipsELFStreamer() 72 MCELFStreamer *createMipsELFStreamer(MCContext &Context, MCAsmBackend &MAB,
|
D | MipsMCNaCl.h | 25 MCELFStreamer *createMipsNaClELFStreamer(MCContext &Context, MCAsmBackend &TAB,
|
D | MipsNaClELFStreamer.cpp | 254 MCELFStreamer *createMipsNaClELFStreamer(MCContext &Context, MCAsmBackend &TAB, in createMipsNaClELFStreamer()
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUELFStreamer.h | 26 class AMDGPUELFStreamer : public MCELFStreamer { 30 : MCELFStreamer(Context, MAB, OS, Emitter) { } in AMDGPUELFStreamer() 34 MCELFStreamer *createAMDGPUELFStreamer(MCContext &Context, MCAsmBackend &MAB,
|
D | AMDGPUTargetStreamer.h | 18 class MCELFStreamer; variable 79 MCELFStreamer &getStreamer();
|
D | AMDGPUELFStreamer.cpp | 15 MCELFStreamer *llvm::createAMDGPUELFStreamer(MCContext &Context, in createAMDGPUELFStreamer()
|
D | AMDGPUTargetStreamer.cpp | 251 MCELFStreamer &AMDGPUTargetELFStreamer::getStreamer() { in getStreamer() 252 return static_cast<MCELFStreamer &>(Streamer); in getStreamer()
|
/external/llvm/include/llvm/MC/ |
D | MCELFStreamer.h | 27 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/ |
D | AVRELFStreamer.h | 22 MCELFStreamer &getStreamer() { in getStreamer() 23 return static_cast<MCELFStreamer &>(Streamer); in getStreamer()
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcTargetStreamer.cpp | 44 MCELFStreamer &SparcTargetELFStreamer::getStreamer() { in getStreamer() 45 return static_cast<MCELFStreamer &>(Streamer); in getStreamer()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.h | 21 class HexagonMCELFStreamer : public MCELFStreamer { 27 : MCELFStreamer(Context, TAB, OS, Emitter), in HexagonMCELFStreamer()
|
D | HexagonMCTargetDesc.cpp | 153 MCELFStreamer &getStreamer() { in getStreamer() 154 return static_cast<MCELFStreamer &>(Streamer); in getStreamer()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 413 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/ |
D | SparcTargetStreamer.h | 43 MCELFStreamer &getStreamer();
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.cpp | 132 MCELFStreamer &getStreamer() { in getStreamer() 133 return static_cast<MCELFStreamer &>(Streamer); in getStreamer()
|
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyTargetStreamer.h | 24 class MCELFStreamer; variable
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetStreamer.h | 283 MCELFStreamer &getStreamer();
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 149 MCELFStreamer *MES = static_cast<MCELFStreamer *>(&Parser.getStreamer()); in HexagonAsmParser() 1671 MCELFStreamer *MES = static_cast<MCELFStreamer *>(&Parser.getStreamer()); in processInstruction()
|