Home
last modified time | relevance | path

Searched refs:MipsELFStreamer (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp25 MipsELFStreamer::MipsELFStreamer(MCContext &Context, in MipsELFStreamer() function in MipsELFStreamer
36 void MipsELFStreamer::emitInstruction(const MCInst &Inst, in emitInstruction()
56 void MipsELFStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
61 MCSymbol *MipsELFStreamer::emitCFILabel() { in emitCFILabel()
67 void MipsELFStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
72 void MipsELFStreamer::createPendingLabelRelocs() { in createPendingLabelRelocs()
88 void MipsELFStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) { in emitLabel()
93 void MipsELFStreamer::switchSection(MCSection *Section, uint32_t Subsection) { in switchSection()
98 void MipsELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl()
104 void MipsELFStreamer::emitIntValue(uint64_t Value, unsigned Size) { in emitIntValue()
[all …]
H A DMipsNaClELFStreamer.cpp43 class MipsNaClELFStreamer : public MipsELFStreamer {
48 : MipsELFStreamer(Context, std::move(TAB), std::move(OW), in MipsNaClELFStreamer()
108 MipsELFStreamer::emitInstruction(MaskInst, STI); in emitMask()
118 MipsELFStreamer::emitInstruction(MI, STI); in sandboxIndirectJump()
133 MipsELFStreamer::emitInstruction(MI, STI); in sandboxLoadStoreStackChange()
189 MipsELFStreamer::emitInstruction(Inst, STI); in emitInstruction()
195 MipsELFStreamer::emitInstruction(Inst, STI); in emitInstruction()
202 MipsELFStreamer::emitInstruction(Inst, STI); in emitInstruction()
H A DMipsELFStreamer.h30 class MipsELFStreamer : public MCELFStreamer {
36 MipsELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> MAB,
H A DMipsTargetStreamer.cpp958 MipsELFStreamer &MEF = static_cast<MipsELFStreamer &>(Streamer); in finish()
1111 MipsELFStreamer &MEF = static_cast<MipsELFStreamer &>(Streamer); in emitDirectiveInsn()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOptionRecord.h29 class MipsELFStreamer; variable
40 MipsRegInfoRecord(MipsELFStreamer *S, MCContext &Context) in MipsRegInfoRecord()
64 MipsELFStreamer *Streamer;
/freebsd/lib/clang/libllvm/
H A DMakefile1431 SRCS_MIN+= Target/Mips/MCTargetDesc/MipsELFStreamer.cpp