Searched refs:MipsELFStreamer (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFStreamer.cpp | 25 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 D | MipsNaClELFStreamer.cpp | 43 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 D | MipsELFStreamer.h | 30 class MipsELFStreamer : public MCELFStreamer { 36 MipsELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> MAB,
|
H A D | MipsTargetStreamer.cpp | 958 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 D | MipsOptionRecord.h | 29 class MipsELFStreamer; variable 40 MipsRegInfoRecord(MipsELFStreamer *S, MCContext &Context) in MipsRegInfoRecord() 64 MipsELFStreamer *Streamer;
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 1431 SRCS_MIN+= Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
|