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 | 42 class MipsNaClELFStreamer : public MipsELFStreamer { 47 : MipsELFStreamer(Context, std::move(TAB), std::move(OW), in MipsNaClELFStreamer() 107 MipsELFStreamer::emitInstruction(MaskInst, STI); in emitMask() 117 MipsELFStreamer::emitInstruction(MI, STI); in sandboxIndirectJump() 132 MipsELFStreamer::emitInstruction(MI, STI); in sandboxLoadStoreStackChange() 188 MipsELFStreamer::emitInstruction(Inst, STI); in emitInstruction() 194 MipsELFStreamer::emitInstruction(Inst, STI); in emitInstruction() 201 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 | 1011 MipsELFStreamer &MEF = static_cast<MipsELFStreamer &>(Streamer); in finish() 1203 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 | 1554 SRCS_MIN+= Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
|